git @ Cat's Eye Technologies Robin / 1074295
Update links. Chris Pressey 1 year, 3 months ago
3 changed file(s) with 3 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
11 =====
22
33 _Version 0.8_ | _Try it online_ [@ catseye.tc](https://catseye.tc/installation/Robin)
4 | _See also:_ [Pixley](https://github.com/catseye/Pixley#readme)
4 | _See also:_ [Pixley](https://codeberg.org/catseye/Pixley#pixley)
55
66 - - - -
77
368368 </table>
369369
370370 [Pixley]: https://catseye.tc/node/Pixley
371 [Programming Language Feature Desiderata]: https://gist.github.com/cpressey/2f12b865027a30f86fc3a3d1f08216ad
371 [Programming Language Feature Desiderata]: https://codeberg.org/catseye/Specs-on-Spec/src/branch/master/sampo/Programming_Language_Feature_Desiderata.markdown
33 This tutorial will lead you through writing a few simple Robin programs.
44
55 This document is aimed at programmers who have written some programs in a
6 Lisp-like language such as Scheme or Racket or [Irken][]. If you haven't,
6 Lisp-like language such as Common Lisp or Scheme or Racket. If you haven't,
77 it will probably help a lot if you work through one of the many excellent
88 tutorials available for these languages first. This tutorial will
99 concentrate on the more unusual features of Robin, the ones that are not
1010 shared with many other languages.
11
12 [Irken]: https://github.com/samrushing/irken-compiler/blob/master/docs/intro.md
1311
1412 Basic usage
1513 -----------