|
|
|
|
|
by surprisetalk
884 days ago
|
|
Yeah, I'm not a huge fan of Python, but Max and Chris are world-class in that domain, so that's what we're doing for now. Max has already started working on a meta scrapscript compiler: https://github.com/tekknolagi/scrapscript/pull/100 One thing I think we all agree on is that the implementations should be simple enough to easily port themselves to other languages. For example, one could probably port the existing scrapscript.py to Rust or Javascript using GPT in a single weekend. You can see echoes of what I'm talking about in my tiny JS POC: https://github.com/tekknolagi/scrapscript/blob/trunk/scrapsc... Some languages like Rust and Go put a lot of weight on the "official" implementation. I think scrapscript can be more like Lisp/Json where the spec guides parallel implementations. There are obvious downsides to this in general, but I think that content-addressability makes some of those problems moot. |
|