Explore >> Select a destination


You are here

atilaoncode.blog
| | zignar.net
7.0 parsecs away

Travel
| | Personal weblog about programming, linux, life, the universe and everything
| | sam.hooke.me
3.0 parsecs away

Travel
| | The home page of Sam Hooke.
| | nurkiewicz.com
8.3 parsecs away

Travel
| | Scala is a programming language running on the Java Virtual Machine. It's statically typed, and you can use it both as functional and object-oriented language. Even at the same time. The functional side of Scala supports higher-order (and higher-kinded) types. For those of you know what it means. On the other hand, object-relational features of Scala are equally strong. Including powerful trait composition, that you can somewhat compare to multiple inheritance. Combine than with great Java interoperability and no wonder why Scala became a go to language for many ex-Java developers.
| | zserge.com
30.8 parsecs away

Travel
| Explore PL/0, a simplified subset of Pascal, and learn how to build a lexer, a parser and an interpreter from scratch.