Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
c69962959f
Reorganized the standard library a little more, moved the initialization code for the standard environment into a function. Making way for more organization changes to come
fb52fb03b6
Evaluation is now performed properly, mimicking Common Lisp, and basic defun and defmacro definitions are provided (automatically executed on startup)
7105b2dd39
Added dot syntax for lists, and proper quote syntax. LQuoted is now unused
b0ded579af
Added builtin special forms, lambda forms and bind-symbol. got rid of bind-function, as it is now unnecessary. it is now possible to create functions!