Category: development

16.02.2015

Language good for learning https://www.haskell.org created by: https://www.fpcomplete.com/page/case-studies Python Constrictions Bump wrote their app originally in Python since most of the founding team were familiar with it, which allowed them to get started quickly. As the app grew quickly and needed to […]

20.01.2015

interesting example, for comparison (e.g. in TextWrangler (OSX)): procedural: [cc lang=”php” escaped=”true” width=”500″] ‘Tom’, ‘job’ => ‘Button-Pusher’, ‘age’ => 34 ); $person2 = array( ‘name’ => ‘John’, ‘job’ => ‘Lever-Puller’, ‘age’ => 41 ); // Output the starting values for […]

21.08.2014

in order to set the default java jre to use go terminal: root@debian7:/home/user# update-alternatives –config java There are 2 choices for the alternative java (providing /usr/bin/java). Selection Path Priority Status ———————————————————— * 0 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 manual […]

why is java a great language
11.04.2011

Java is a “great” = well designed, can handle big workloads, scales well, cross-OS support and security should be pretty good as well, language, but in the end of course C and C++ are faster. simplicity: it is quiet simple […]