Arc Forumnew | comments | leaders | submitlogin
1 point by rocketnia 5136 days ago | link | parent

I did say "very possible to do from scratch." PyArc's behavior doesn't help in pg's Arc. ^^;


1 point by Pauan 5136 days ago | link

Yeah, that's true. It's one of the (few?) benefits of writing the interpreter from scratch, rather than piggybacking on an existing implementation.

-----

2 points by rocketnia 5136 days ago | link

The less an interpreter piggybacks, the less will be left over to implement when porting the interpreter to another platform. That benefit's enough by itself, IMO. ^_^

But then I tend to care more about the work I'll need to do in the future than the work I do today. When my priorities are the other way around, like for fun-size DSLs that'll hopefully never need porting, being able to piggyback is nice.

-----