Update links.
Chris Pressey
1 year, 3 months ago
1 | 1 |
=====
|
2 | 2 |
|
3 | 3 |
_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)
|
5 | 5 |
|
6 | 6 |
- - - -
|
7 | 7 |
|
368 | 368 |
</table>
|
369 | 369 |
|
370 | 370 |
[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
|
3 | 3 |
This tutorial will lead you through writing a few simple Robin programs.
|
4 | 4 |
|
5 | 5 |
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,
|
7 | 7 |
it will probably help a lot if you work through one of the many excellent
|
8 | 8 |
tutorials available for these languages first. This tutorial will
|
9 | 9 |
concentrate on the more unusual features of Robin, the ones that are not
|
10 | 10 |
shared with many other languages.
|
11 | |
|
12 | |
[Irken]: https://github.com/samrushing/irken-compiler/blob/master/docs/intro.md
|
13 | 11 |
|
14 | 12 |
Basic usage
|
15 | 13 |
-----------
|