Email or username:

Password:

Forgot your password?
2 posts total
Artyom Bologov (t?he(y|m)?)

So... I made a Lisp indentation script. In ed, of course. It manages exceptionally well for an ed script! I ran it on some code, and most of the problems are due to it either being unaware of special forms or restricted by regex replacement features ed provides. I'm surprised 😵

aartaka.me/assets/indent.ed

#theWorkshop

Kartik Agaram

@aartaka You have a whole namespace of verbs available to you with that .ed suffix!

bouncepaw 🍄

@aartaka actually looks pretty nice and readable. Makes you think...

Artyom Bologov (t?he(y|m)?)

Thinking of writing moderately complex/useful software on top of CHIP-8. Reasons not to:

- It’s not accessible.

- Bad specification, everyone has their own slightly incompatible implementation (the dialect comparison page lists 12 dialects.)

- It’s restricted in graphic abilities, hard to make text-heavy apps in it. I mean, there are 4x4 fonts, but the screen is too small nonetheless.

So I guess I’ll stay with HTML after all.

Devine Lu Linvega

@aartaka wow, what sort of project did you have in mind that had to be either one of these totally opposite platforms?

Go Up