Skip to main content

NPersist updates

· One min read
Founder, Asynkron Systems

Mats just posted another of his dead sea scroll posts about the new features he have added to NPersist.
(Yes, while I have been slacking and playing with Lisp)

MyLisp Editor

· One min read
Founder, Asynkron Systems

I’ve started to make a very simple editor for MyLisp, just so I can get some highlighting and testrun my snippets.

Lisp operators

· 2 min read
Founder, Asynkron Systems

I just got home from a conference with my new job, a little bit tipsy and couldn’t sleep.
So I decided to add some new features to my Lisp clone.

Lisp Debugger

· One min read
Founder, Asynkron Systems

I’m still working on my Lisp language clone.
Today I started to add debugging support to it.
I made the AST aware of the original source code, so each node can reference back to the place it was parsed from, and I also added a bit of call stack features.