Before #elsconf I was quietly working on #McCLIM HTML5 backend. The success was limited and I didn't run boomer (the presentation tool I wrote) directly in the browser (it was too slow), but generally rendering, events and even full applications can run in it if the user is forgiving :) #lisp #ecl

At the moment I'm working on improved generic function dispatch in ECL, but after that I'm planning to get back on track with integrating McCLIM inside the browser (canvas is a cool gimmick, but the real target is DOM+SVG nodes for custom graphics).

Cldict is a Common Lisp client for the DICT RFC 2229 protocol and features a CLIM user interface.

https://github.com/davep/org-davep-cldict

#CommonLisp #CLIM #lisp

GitHub - davep/org-davep-cldict: RFC2229 client for Common Lisp and CLIM

RFC2229 client for Common Lisp and CLIM. Contribute to davep/org-davep-cldict development by creating an account on GitHub.

GitHub
GitHub - playX18/lisp-in-types: Lisp implemented inside Rust trait system

Lisp implemented inside Rust trait system. Contribute to playX18/lisp-in-types development by creating an account on GitHub.

GitHub
GitHub - playX18/lisp-in-types: Lisp implemented inside Rust trait system

Lisp implemented inside Rust trait system. Contribute to playX18/lisp-in-types development by creating an account on GitHub.

GitHub

studying raymarching because why not

#sundayscreenshot #lisp #graphics

🐍 (How to Write a (Lisp) Interpreter (in Python)) https://norvig.com/lispy.html

#lisp #python #programming

(How to Write a (Lisp) Interpreter (in Python))

Before you continue

(How to Write a (Lisp) Interpreter (In Python)) (2010)

https://norvig.com/lispy.html

#lisp #python

(How to Write a (Lisp) Interpreter (in Python))

(How to Write a (Lisp) Interpreter (in Python))

I don't like dynamic/untyped languages in general, but I'm getting increasingly attracted to get into Common Lisp. There's just something about it

For me it's a much steeper learning curve than, let's say, Rust. Is just a much different way to program than what I'm used to. #lisp