this post was submitted on 12 Jul 2026
33 points (97.1% liked)

Programming

27685 readers
273 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Supercrunchy@programming.dev 8 points 1 day ago (1 children)

You can implement an agent loop in any language, and modern languages can do everything that lisp can, so there's nothing magic in lisp. At the end of the day lisp is just another weakly typed functional/procedural language.

Personally I didn't find lisp that much elegant due to the loose typechecking and the excessive parentheses, but the macro system allows some very terse and smart (and mind-bending, as you said) solutions, which do feel pretty cool when they work fine.

IMHO it'd be probably better to give your agent access to a python interpreter because it's much more prevalent in the training data than lisp...

[โ€“] Baizey@feddit.dk 1 points 19 hours ago

tbf high prevalence is a double edged sword, it also means it's trained on a lot of poorly written code which it will slide into