« earlier | later » Page 1 of 2
PLOT: Table of Contents edit / delete
David Moon's design for a modern Lisp with proper syntax rather than S-expressions.
to lisp mit programming-language syntax ... on 29 June 2020
Scots Syntax Atlas edit / delete
Interesting project looking at syntactical differences in different regional versions of Scots. (Presumably because they were only looking at syntax, all the examples are transcribed with English spellings, which feels a bit odd...)
F# syntax: indentation and verbosity | F# for fun and profit edit / delete
This is a more useful description of how F#'s indentation-based syntax works than the manual.
to f language-design ocaml syntax ... on 14 October 2016
Understanding and Writing Compilers edit / delete
Richard Bornat's 1979 book on writing compilers. Substantially more accessible than the dragon book. The examples are mostly in BCPL, which (as usual) I'm dead impressed with; for a typeless language it's very clean and clearly suited to the purpose.
to bcpl compiler etext parsing retrocomputing syntax ... on 26 January 2016
Go's Declaration Syntax - The Go Blog edit / delete
Discussion of Go's slightly unusual type declarations. I appreciate what they're trying to do -- but occam solved the same problem in the 1980s without having to write all the declarations backwards...
to go language-design syntax types ... on 23 November 2014
What if C++ looked more like Python or CoffeeScript? | C++ Rocks edit / delete
Proposing a Python-like syntax for C++.
to c++ indentation language-design python syntax ... on 25 May 2014
SRFI 110: Sweet-expressions (t-expressions) edit / delete
Python-like syntax for Lisp-like languages -- there's a discussion of other attempts to do this further down.
to language-design lisp python syntax ... on 11 January 2014
A Lisp-like language idea using indentation rather than brackets. Neat; has some similarities to the simplified occam syntax I was talking about a couple of years ago.
to indentation language-design syntax ... on 02 January 2013
Infix operators « Python recipes « ActiveState Code edit / delete
Heh -- cute trick.
Julien Danjou homepage - rainbow-mode edit / delete
Syntax highlighting that highlights colour descriptions using the appropriate colour. Cute!
« earlier | later » Page 1 of 2
- syntax | |
1 | + bcpl |
1 | + c++ |
1 | + compiler |
1 | + emacs |
1 | + etext |
1 | + f |
1 | + go |
2 | + indentation |
1 | + infix |
1 | + language |
5 | + language-design |
2 | + lisp |
1 | + mit |
1 | + ocaml |
1 | + parsing |
1 | + programming-language |
3 | + python |
1 | + retrocomputing |
1 | + scots |
1 | + types |
tasty by Adam Sampson.