1
1
Fork
You've already forked ralsei-lisp
0
a programming language based on a self-modifying paradigm
  • C 100%
2025年08月15日 19:45:34 -07:00
deps changed check[] in darkfile.c to field[] cuz it makes more sense 2025年08月14日 17:00:06 -07:00
test/dark gutted almost nearly all instructions + the addressing modes, will refactor & get the compiler running very soon 2025年08月13日 23:40:24 -07:00
dark.c gutted almost nearly all instructions + the addressing modes, will refactor & get the compiler running very soon 2025年08月13日 23:40:24 -07:00
LICENSE relicense :3 2025年08月15日 19:45:34 -07:00
README.md Update README.md 2025年08月14日 20:31:12 +02:00

hai! :3

ralsei lisp

ralsei lisp will be a programming language built from the ground-up around self-modification and macros. its' core utiliy is the ability to not only define (arbitrary) symbols that run/expand into code, but also define pieces of code that run/expand into other pieces of code too. this is planned to be completely dynamic and flexible, with as little (preferably no) caveats to this as possible.

darkcode

darkcode is the underlying architecture that ralsei lisp compiles to. this is the current point of development; as such, it is somewhat volatile and open to breaking changes. it's meant to provide an effortless translation from the dynamic nature of ralsei lisp to machine code.

contributing

[to be rewritten]

notes

again this is a VERY heavy work-in-progress, at this stage planning is more of a concern than actual code so if you can help with that that would be amazing

thats about it really -w-