HN user

fizfaz

69 karma

programmer

Posts1
Comments15
View on HN
Pharo 12 2 years ago

The sheer oddity + lack of real world example code floating around made it feel impenetrable

not sure if I understand you, but you have the code of the whole system at your fingertips. Which is certainly "real world" because you are running it :)

Interesting historical document describing Pink which later evolved into Taligent. They even planned a toolkit for collaboration (page 345ff) :O

out of interest, which modern stacks allow "live coding" your application? That is: no need to restart for various changes you make. You are playing/changing/creating with the objects that make your aplication.

I am currently doing mostly Objective-C-programming in Xcode, which is a rather simple IDE in this respect.

In the past I used more java, but at this time only simple changes were possible live (using Eclipse back then), for a lot of others I had to compile and restart anyway.