Programming Language Development 101 - The Language Let's start by taking a look at the language we're going to be developing. We'll call the language plod (expanded from pld, short for Programming Language Development).

func fib(n) { if n < 2 { return n } return fib(n - + fib(n - } var result = fib(30) println("fib(30) = {}", result)

var Ryan = Person { name: "Ryan", email: "ryan@ryangjchandler.co.uk", age: 100 }; Found this article useful?
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners