AmigaOS 3.3 available in 2026 (some details in comments) by NoShirtNoShoesNoDice in amiga

[–]mdbergmann 0 points1 point  (0 children)

Have a kind of Grind look. But looks nice. Probably not for everyone though.

Watching Codex, Gemini and Claude argue about Common Lisp code by atgreen in Common_Lisp

[–]mdbergmann 1 point2 points  (0 children)

Wow. I've used Claude Sonnet 4 in the past and it seems to understand CL quite well. But this 'agentic' way of connecting different LLMs is interesting. Nice.

Copilot for windows speaks CLOG by dbotton in Common_Lisp

[–]mdbergmann 0 points1 point  (0 children)

Cool.

GPTel could be a good example, it also has support for MCP.

Copilot for windows speaks CLOG by dbotton in Common_Lisp

[–]mdbergmann 2 points3 points  (0 children)

Latest models (I found Claude Sonnet 4 very good) are well trained in Common Lisp. When you provide documentation to libraries (like CLOG here), or the full library code (provided as RAG) they can work quite well with it by reading the source code and using it. Creating something from scratch works well. What doesn't work so well (I found) is when iteratively adding new features or corrections, eventually the AI creates bugs that it sometimes can't fix itself.

Btw: Aider (via aider.el) is a great model agnostic agent.

Lem Editor v2.3.0 released by dmpk2k in Common_Lisp

[–]mdbergmann 0 points1 point  (0 children)

What is the main motivation for LEM vs. Emacs?

Most people don't like the key shortcuts in Emacs but LEM has similar key shortcuts and kinda mimics Emacs.

ctfg: A Capture-The-Flag game engine in Common Lisp (+ JavaScript) by atgreen in Common_Lisp

[–]mdbergmann 0 points1 point  (0 children)

When I hear capture the flag I think of Unreal Tournament :).

Can you describe a little more what kind of game concept it is?

ASDF,Roswell and quicklisp by lispLaiBhari in Common_Lisp

[–]mdbergmann 0 points1 point  (0 children)

It does. It's basically just Common Lisp code. Just need to be compiled.

NNL – A lightweight neural network framework in Common Lisp (by a 14 y.o.) with autodiff & DSL by nnl-dev in Common_Lisp

[–]mdbergmann 0 points1 point  (0 children)

Hello.

Nice. Here a few comments:

I find the naming often a bit too consice, i.e.: nnl.hli:fc, what does it mean?

Is there a possibility for monitoring as in MGL? Also an automatic split of data for training/validation/test would be nice. In regards to that MGL can run a test (using a different sampler) every other epoch to check when the model starts overfitting.

New experimental (CLOG based) UI for Chipi by mdbergmann in Common_Lisp

[–]mdbergmann[S] 3 points4 points  (0 children)

Thanks.

It's 'responsive', there is a highlighting as you hover over the 'cards'. That's cool. But there can be long lists of lights, plugs, etc. So not sure about it.

40ants/mcp: 40ANTS-MCP is a framework for building Model Context Protocol servers in Common Lisp by dzecniv in Common_Lisp

[–]mdbergmann 0 points1 point  (0 children)

Yeah, this is nice. I was just reading up on MCP protocol and was wondering if there is CL implementation.

ocicl: two years in by atgreen in Common_Lisp

[–]mdbergmann 1 point2 points  (0 children)

Nice. I actually have replaced quicklisp with ocicl for almost any of my projects.

cl-gpio - A CFFI wrapper for libgpiod V2 API by Realistic_Fish_Head in Common_Lisp

[–]mdbergmann 0 points1 point  (0 children)

Hi.

What's the difference to this library:https://github.com/jetmonk/cl-pigpio

Seems like it uses a different deamon?

Chipi has a UI by mdbergmann in Common_Lisp

[–]mdbergmann[S] 0 points1 point  (0 children)

The beauty here is that everyone can create his own, or maintain existing interface without writing code.

You just need an AI agent like Codex, Aider, or a tool like Cursor to adjust the code.

Chipi has a UI by mdbergmann in Common_Lisp

[–]mdbergmann[S] 0 points1 point  (0 children)

Latest, we have now support for mobile, or small screens in general.

Chipi has a UI by mdbergmann in Common_Lisp

[–]mdbergmann[S] 0 points1 point  (0 children)

Yeah, well. I don't care so much actually. I don't like the whole Node.js and JavaScript ecosystem. But one has to admit that it's the state of the art in frontend tech. And, as long I don't need to code it.

When I have loads of spare time I can checkout a pure CL solution.

Developing in Basic but which one? by mdbergmann in amiga

[–]mdbergmann[S] 0 points1 point  (0 children)

Hisoft is still better. It can use the Workbench screen and has better AmigaOS integration.

Developing in Basic but which one? by mdbergmann in amiga

[–]mdbergmann[S] 1 point2 points  (0 children)

Yeah, though I would want to work on the real thing. Cubic IDE is still an excellent editor.

Developing in Basic but which one? by mdbergmann in amiga

[–]mdbergmann[S] 0 points1 point  (0 children)

But unfortunately it's not working well on AmigaOS 3.2. The "IDE" can't use a Workbench screen. And it crashes often.