Commit Graph

117 Commits

Author SHA1 Message Date
sloum
401bcbac5f Small update to readme 2021-08-03 14:11:21 -07:00
sloum
b3641e6bc1 Adds 'apply' procedure 2021-08-03 14:08:39 -07:00
sloum
8393840179 Removes confusing backtick for quote shorthand in favor of singlequote, eliminating confusion over quasiquoting 2021-08-01 23:06:52 -07:00
sloum
3a2e3f5a6f Updates makefile and readme, changes 'and' and 'or' to special forms that do not evaluate all arguments unless need be. 2021-08-01 15:13:25 -07:00
sloum
741e48ca7a Adds implied begin to lambda body 2021-08-01 14:17:02 -07:00
sloum
f5b6f78f1f Adds variadic lambdas via args-list var 2021-07-31 20:04:26 -07:00
sloum
9d44626cd2 Updates to editable line input in the repl and adds some list functions 2021-07-30 23:31:08 -07:00
sloum
1615889286 Adds support for octal and hex literals and escapes within strings, updates readme 2021-07-30 16:03:25 -07:00
sloum
6076af0adc More readme updates 2021-07-29 16:00:41 -07:00
sloum
7914354d10 Further attempts to fix annoying backtick escaping in markdown 2021-07-29 15:44:08 -07:00
sloum
ac10eae259 Tries to fix markdown for inline backtick within code block 2021-07-29 15:41:19 -07:00
sloum
649de3ace4 Adds ~bool function and syntactic sugar for begin blocks, also string-format function 2021-07-29 15:36:11 -07:00
sloum
2e830d9f0b Fixes a string/list conversions, reorganizes helpers, changes core string display behaviors re: escaping - it now happens during parse 2021-07-28 20:47:05 -07:00
sloum
940624fa6a Fixes comment lexing, adds tls to net-conn, adds timeout to net-conn, adds read-all-lines 2021-07-27 22:45:52 -07:00
sloum
cb561e0b8d Adds rudimentary net-conn support and further generalizes IOHandles. Updates readme. 2021-07-27 15:35:00 -07:00
sloum
a8d3143bb7 Updates readme with a 'running' section 2021-07-26 23:00:32 -07:00
sloum
c33c2667b2 Adds cond, fixes lots of wording, adds file io, adds readme 2021-07-26 20:19:59 -07:00