chsasank / llama.lisp

Lisp dialect designed for HPC and AI
GNU Lesser General Public License v2.1
15 stars 6 forks source link

Inline directive #73

Closed chsasank closed 4 months ago

chsasank commented 4 months ago

As an alternative to call, we should be able to implement inline instruction in c-lisp which literally puts in the code. Sort of like macro, but not really. Useful when we want to avoid calls and stack reset etc.

chsasank commented 4 months ago

Easy to implement because we dealt with #49

chsasank commented 4 months ago

Duplicate of #64