From 3f0471b314fa2792207b3116aa7491f5f353b31e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 27 Mar 2019 12:50:33 -0700 Subject: notes and stuff --- lore/Language/Bs/Primitives.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lore/Language/Bs') 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) -- cgit v1.2.3