Python with a Lissp. https://hissp.rtfd.io Ask, don't ask to ask. Answers may take a day. https://github.com/gilch/hebigo
gilch on doc-pass2
gilch on master
Add docstrings for new bundled … Rename module literals handles Fix ensure and 22 more (compare)
gilch on doc-pass2
print_exc before interact Style Guide corrections Add slicing tutorial and 1 more (compare)
gilch on doc-pass2
Move no-file compilations to tr… Rework Ensue print_exc before interact and 3 more (compare)
gilch on doc-pass2
Edit macros.lissp docstring (compare)
gilch on doc-pass2
Add slicing tutorial (compare)
gilch on doc-pass2
print_exc before interact Style Guide corrections (compare)
gilch on doc-pass2
Move no-file compilations to tr… Rework Ensue (compare)
%#(+ : :* %)
if the function is fixed.
;;;; COLLECTIONS
section.
[\"a\",\"b\"]
also works, but single quotes are easier.
(list '("a" "b"))
to also work, but that has to compile the quotes in to distinguish them from identifiers, resulting in ["('a')", "('b')"]
.
(list `(,"a" ,"b"))
.
enset
in a very similar way to enlist
.
(.upper (let (mystr "asdf")
(operator..add mystr "ghj")))
(.upper (let (mystr "asdf") (operator..add mystr "ghj")))
hissp.reader
.