Blog
Bienvenue dans ce petit coin CALM.
Golo - Little 3
Ok folks ! First, I hope you didn’t missed the release of Golo. I hoped to publish some article on the D-day but my daughter had an unplanned trip to hospital. She’s fine now, I spent some time watching her sleeping. So, this won’t be a huge post but still hope to introduce you to the coming plans. What I really like with new languages is that everything has to be discovered...
2013, Mar 28 — 2 minute(s) readGolo - Little 2
The D-day is coming for Golo and be sure to attend Julien’s talk at Devoxx ! In the meantime, here is a new piece of Golo. module little.experiment2_1 import java.lang function functionWithCase = |inputParameter| { case { when inputParameter == "This value" { println("this value spotted") } otherwise { println("otherwise was the answer") } } } function main = |args| { functionWithCase("This value") functionWithCase("not something to handle") } This illustrate the...
2013, Mar 25 — 2 minute(s) readGolo - Little 1
I think it’s time to start some Golo experiment. Of course, everyone wanted the mandatory HelloWorld. But hey, that’s a blog called “Little Experiment” ;) (at least it was at the writing time in) Ok, ok, the HelloWorld is available at Golo website, and as a present to my fellow readers, here is a copy here ;) module hello.World function main = |args| { println("Hello world!") } Save this to a helloworld.golo file...
2013, Mar 23 — 1 minute(s) readGolo
Back to the main purpose of this blog: a new dynamic langage is coming ! Its name: Golo ! The first release is in a close future and all you get on the official website is basic information. Hopefully, Julien Ponge, father of Golo, has started to speak during public talks. The first one took place February 7th at the Lava Jug. You may have a look to the slides and video (in French this time). The...
2013, Mar 19 — 1 minute(s) read