« earlier | later » Page 10 of 13
» I told my 2nd year CS students to create a programming language Dovyski edit / delete
This sounds like a fun idea -- I wonder if we could get it into CGT2 somewhere? (Step 1: identify all the things you don't like about C++ so far. Step 2: fix them.)
to ag0803 language-design teaching ... on 15 April 2012
The Julia Language edit / delete
A language sitting somewhere between Lua and Matlab, aiming for reasonable performance. Hmmm.
to language-design programming ... on 27 February 2012
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
« earlier | later » Page 10 of 13
tasty by Adam Sampson.