by such_a_casual on 8/3/17, 1:54 AM with 6 comments
I ended up choosing Lisp.
That was a while ago, and while I’m still not a good programmer (by the only metrics that matter (1)), I’ve started my journey on not being a shitty one.
But this isn’t a story about programming languages or becoming a good programmer.
This is about Lisp.
Yesterday, I wrote a very simple IDE (using a fantastic GUI wrapper for tk called LTK (2)). The application is just two text boxes. One where you type in code. And a second where the output of the code is shown to you in real time. The code is less than 50 lines. It’s a simple toy.
[video from yesterday] https://streamable.com/98u01
Today, I was on my way home, thinking about how I could get the IDE to update itself. And then I thought, what if the IDE could update itself IN REAL TIME.
Then I realized it could.
Already.
[video from today] https://streamable.com/0oltt
Lisp.
---------------------
(1) My own.
(2) http://www.peter-herth.de/ltk/
by informatimago on 8/3/17, 2:23 AM
by gus_massa on 8/3/17, 2:07 AM
Also, for future post I suggest avoiding to the bad tone about other languages. Not everyone is enlighten. (And one day you will discover Racket.)