タグ

arcに関するtheatricalのブックマーク (2)

  • GitHub - malisper/Clamp: Common Lisp with Arc Macros and Procedures

    Clamp ==== Common Lisp with Arc Macros and Procedures Arc is an amazing programming language because of its brevity and succinctness, but at the same time, it lacks some of the most basic features of a programming language. It has neither a debugger nor a module system. Common Lisp on the other hand has many of the fundamentals that Arc lacks and much more (restarts, reader macros, etc), but lacks

    GitHub - malisper/Clamp: Common Lisp with Arc Macros and Procedures
  • さあ、Arcをはじめよう | 松村技研

    Lisp Advent Calendar 2012の15日目の記事です。 これから、Arcをはじめるひとのために、処理系まとめ。 オフィシャルなArc まず、Arcをつかってみたいと思った人は、http://www.arclanguage.org/install を参考にしてインストールすることだろう。そして、つかうのをやめてしまうだろう。 このArcは、Paul Grahamが開発中のArcのスナップショットにすぎない。しばらくアップデートもされていない。機能的にも物足りないかもしれない。 しかし、これがオフィシャルであり、Paul Grahamが実装した唯一のArc処理系だ。つかってみるには十分な価値がある。なにより、この処理系の実装コードを読むことは、とても勉強になるだろう。 ただ一つ注意すべきは、このインストールマニュアルに書いてある、 http://ycombinator.com

  • 1