Hacker News new | ask | show | jobs
by louiscyphre 3597 days ago
This is the best article on Smalltalk ever! Thanks!

Is there a way to use Smalltalk with popular version control software such as Git?

1 comments

Of course.

You don't have to use image-based systems to program in Smalltalk: you can also write unix Smalltalk programs, using gst (GNU Smalltalk).

cf. eg. http://www.thegeekstuff.com/2009/10/smalltalk-hello-world-ex...