Pebaz
Pebaz
How do I link a simple hello-world LLVM module into an executable using LLD? Per [this documentation for LLVM](https://lld.llvm.org/), this is possible from code but I am not sure it...
I tried to go about doing this myself but it seems that showing view names at the tops of each open file is an integral part of the view rendering...
Love this library! Would like to be able to easily not lose starting or ending keys. This PR adds: * Ability to both stream inner data array items iteratively while...
Need to implement macros. Macros are just functions that have their arguments passed to them untouched rather than pre-evaluated. Potential plan: * ~Prevent the evaluation of `Array` from evaluating arguments.~...
* `>` * `>=` * `
Returning from a function may work, but it is inconsistent and uses something that is not similar to a loop. If an error is created named `ReturnError` that holds the...
Eliminate duplicate symbol tables from being created by reusing the previous stack frame.
Need to be able to support user defined types. ```lisp :: Type definition (type 'person '[name age]) :: Instantiation (set 'pebaz (new person "Pebaz" 24)) :: Usage (print (get pebaz...
Make sure that this is put somewhere that VS Code users can get to it.
Backtick: Evaluate other parts of array while not evaluating others. ```lisp `(a list of ,(+ 2 3) elements) ⇒ (a list of 5 elements) ```