Tag: 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 […]

19.01.2014

What Web Editors to use? … while beeing free aptana does great in terms of auto-completing html and javascript, it still can not handle large projects (which will result in the constant indexing BUG that all older eclipse versions have […]