From 34d94104686fdb6e3bc2573315291770cab37cf3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 22 Feb 2024 00:29:23 -0600 Subject: Change types to lowercase; add todos --- readme.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 169c948..fd11f09 100644 --- a/readme.txt +++ b/readme.txt @@ -20,8 +20,8 @@ you can set up a repl of lam to test it out: all of lua's math.* functions are available, as well as -- + -- * (more math functions to come!) +- +, *, /, - +- =, <, >, <=, >= - null? - number? - symbol? @@ -38,11 +38,24 @@ and special forms - define - lambda +plus, some special lam functions: + +- luatype (the lua types of a value) +- type (the lam type of the value) + lam limitations --------------- - lam just has numbers and operations on them - uh, and symbols. and lists. and lambdas and environments. +todo +---- + +- move schemestr from repl into pp and expand (lua/lam pp, etc) +- add more datatypes (strings, anyone?!) +- numeric tower (oof) (at least exact/inexact numbers) +- .... + --------------------------- contributions/help WELCOME! -- cgit 1.4.1-21-gabe81