-
Seven More Languages: Factor Day Three
And so on to the final day of the concatenative Factor language. I actually found today a bit more straightforward than day 2. I felt more like I was working with functions and was worrying less about where items were on the stack. I completed most of the exercises but again ran out of time before c …
- On:
-
Seven More Languages: Factor Day Two
Once more there’s been a hiatus in my Seven more languages in seven weeks odyssey. This time caused by a large amount of social commitments. I had actually done most of the exercises a couple of weeks ago and not typed them up.Factor is a nice little language and concatenative programming is …
- On:
-
Seven More Languages: Factor Day One
A little interlude since third day of Lua. Today I was playing with Factor, a stack orientated, concatenative programming language with a postfix syntax. You heard me right, Factor’ uses Reverse Polish Notation. Interesting idea.In some ways, I can see how useful being able to compose functi …
- On:
-
Seven More Languages: A small video interlude
Not really an update on my progress on Seven More Languages in Seven Weeks this time. After day 3 of Lua I needed a day off!However, I did find a rather amusing little ASCII art-based promo video for the book which I enjoyed. So I thought I would share. Next instalment will be day 1 of Facto …
- On:
-
Seven More Languages: Lua — Day 3
The third and final day with Lua was a fun day. We consolidated what we had learned so far by building a multi channel MIDI player using the RtMIDI library and Lua’s ability to play well with others. In this case C++. Once again, I needed to make a fair number of tweak …
- On: