top | item 47144994

(no title)

mccoyb | 5 days ago

Pi has made all the right design choices. Shout out to Mario (and Armin the OG stan) — great taste shows itself.

discuss

order

semiinfinitely|5 days ago

I do not understand why in the age of ai coding we would implement this in javascript

mccoyb|5 days ago

It’s straightforward: JavaScript is a dynamic language, which allows code (for instance, code implementing an extension to the harness) to be executed and loaded while the harness is running.

This is quite nice — I do think there’s a version of pi’s design choices which could live in a static harness, but fully covering the same capabilities as pi without a dynamic language would be difficult. (You could imagine specifying a programmable UI, etc — various ways to extend the behavior of the system, and you’d like end up with an interpreter in the harness)

At least, you’d like to have a way to hot reload code (Elixir / Erlang could be interesting)

This is my intuition, at least.

KeplerBoy|4 days ago

This confused me about openclaw for quite some time. The whole lobster/crustacean theme is just firmly associated with rust in my head. Guess it's just a claude/claw wordplay.

thomasfromcdnjs|4 days ago

I am building an entire GPT model framework from the ground up in Typescript + small amounts of c bindings for gpu stuff. https://github.com/thomasdavis/alpha2 (using claude)

Don't hate me aha and no, there is no reason other than I can

raincole|4 days ago

Thank god it's written in JavaScript. I might have skipped it if it were zig or something.

solarkraft|4 days ago

It’s one of the most productive languages and ecosystems (IMO top 1 over all).

Blackarea|5 days ago

yes! I just don't understand that as well. Up until some time ago claud code's preferred install was a npm i, wasn't it? Please serious answers for why anyone would use a web language for a terminal app

moonlion_eth|4 days ago

i wrote an agent in zig, it kinda sucks tho. the language is just words