Snap to Common Lisp

2 Likes

This is interesting - where do these blocks come from?

image

Settings > Codification support

1 Like

Good start!

I'll really be impressed when you can do things like this:


(Even doing it with an explicit formal parameter would be good.) It has to work if the first input to CALL is a variable. :~)

1 Like

Whats Lisp? Another coding language like Javascript and maybe others idk?

Yes, Lisp is a programming language, the 2nd oldest (after Fortran) that's still in use. There have been many dialects of Lisp over the years, but at the moment there are basically two in widespread use: Scheme, which is the model for Snap!, and Common Lisp, which is a larger language with many bells and whistles.