summaryrefslogtreecommitdiff
path: root/lore/Language
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-03-27 12:50:33 -0700
committerBen Sima <ben@bsima.me>2019-03-27 13:04:48 -0700
commit3f0471b314fa2792207b3116aa7491f5f353b31e (patch)
tree49f2a4b5767429c888291784d94fcd35057abeff /lore/Language
parent7032c4125a8f3aaa96ca32f2181f68fa6409790c (diff)
notes and stuff
Diffstat (limited to 'lore/Language')
-rw-r--r--lore/Language/Bs/Primitives.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/lore/Language/Bs/Primitives.hs b/lore/Language/Bs/Primitives.hs
index a2de7bb..2c90164 100644
--- a/lore/Language/Bs/Primitives.hs
+++ b/lore/Language/Bs/Primitives.hs
@@ -1,4 +1,10 @@
{-# LANGUAGE OverloadedStrings #-}
+-- | bs primitives
+--
+-- I would like to reduce the number of primitives in the language to some
+-- minimal number, like SKI combinator or Nock instructions. I'm not sure what
+-- the minimal number is. The idea is to move primitives from here into core.scm
+-- over time.
module Language.Bs.Primitives where
import Control.Exception hiding (handle)