• Supercrunchy@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    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
      link
      fedilink
      arrow-up
      0
      ·
      5 days 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