« earlier | later » Page 1 of 4
Programming Language Checklist edit / delete
I have been guilty of several of these.
to amusements language-design ... on 03 December 2011
Assembler (for the BBC Micro, nonetheless) with a Common Lisp-ish LOOP construct.
to bbc language-design retrocomputing ... on 25 November 2011
the eero programming language | a syntactically streamlined dialect of objective-c using clang/llvm edit / delete
An experimental Python-inspired syntax for Objective-C. Interesting.
to language-design objective-c python ... on 23 August 2011
The Trouble with Erlang Concurrency | Tim Fox's blog edit / delete
The specific point is that the actor model makes it difficult to distribute a service (which isn't a problem when you have explicit channels -- you just use an any-to-any channel). The general point is that providing one model isn't helpful when that model doesn't work for your problem.
to concurrency erlang language-design research ... on 26 June 2011
Latest News — Code, Analysis, Repository and Modelling for e-Neuroscience edit / delete
Fiona pointed at this project as an example of trying to come up with open standards for scientific data.
to cosmos data language-design open-science science ... on 16 May 2011
bendmorris/scotch - GitHub edit / delete
Python-like compiled language.
to language-design python scotch software ... on 15 May 2011
"Trylon is a computer language. It is basically a cross between Python and Smalltalk." Which means it does quite a lot with very little syntax, but it doesn't do it very fast -- although it is compiled.
to dynamic language-design python smalltalk ... on 03 January 2011
Clay Programming Language edit / delete
Programming language with type propagation for generics (and reasonably clean syntax).
to generics language-design software type-systems ... on 03 January 2011
The Cobra Programming Language edit / delete
An interesting Python-like programming language. It's nice to see a new language where I'm not cringing at the awful syntax.
to dynamic language-design python software type-systems ... on 03 January 2011
« earlier | later » Page 1 of 4
| - language-design | |
| 1 | + acorn |
| 1 | + amusements |
| 1 | + b |
| 1 | + bbc |
| 1 | + beta |
| 1 | + c |
| 1 | + client-server |
| 2 | + compiler |
| 1 | + computing |
| 9 | + concurrency |
| 1 | + concurrrency |
| 1 | + coroutines |
| 2 | + cosmos |
| 1 | + data |
| 2 | + dynamic |
| 1 | + erlang |
| 1 | + fp |
| 4 | + functional |
| 1 | + generics |
| 1 | + history |
| 1 | + javascript |
| 1 | + language |
| 1 | + lisp |
| 1 | + lua |
| 1 | + maths |
| 1 | + mythryl |
| 1 | + objective-c |
| 1 | + ocaml |
| 3 | + oo |
| 1 | + ooc |
| 1 | + open-science |
| 1 | + parsing |
| 1 | + patterns |
| 1 | + postscript |
| 1 | |
| 7 | + programming |
| 4 | + python |
| 1 | + reactive |
| 10 | + research |
| 4 | + retrocomputing |
| 1 | + rexx |
| 1 | + runtime |
| 1 | + science |
| 1 | + scotch |
| 1 | + smalltalk |
| 1 | + snobol |
| 4 | + software |
| 1 | + software-engineering |
| 1 | + teaching |
| 1 | + thesis |
| 1 | + type-checking |
| 2 | + type-systems |
| 1 | + types |
| 1 | + wasp |
tasty by Adam Sampson.