Lispって凄いなと思うわけだが、昔からLispを使ってみようにも実用的な使い方に辿り着かなかった。Lispも使えないくせにハッカーとは何事だと怒られそうでビクビクする今日この頃。 いろんな人にプログラミングを説明するときに、実はLispが一番いいん ...
An example of using Common Lisp (SBCL) as a custom runtime on AWS lambda - cdmojoli/cl-aws ...
最近AIが発達してきている背景から、プログラミングに興味を持った人も少なくないと思います。実際、学習させてデータに適用するプログラムならそこまで作るのに難しくはないです。 みんなpythonだとかC++とか使っている中で、逆張り的なノリでChatGPTに ...
Fork or clone this project (and optionally modify it with your own content). Get yourself set up with a Heroku account and tools. Install heroku's command line interface. Make sure you're logged in ...
人間の思考に、 ことば――すなわち言語は欠かせないものです。考えごとをするときに、 ことばを使っていない人はいないでしょう。 さて、 僕達は今、 コンピュータを身近に感じる世界にいます。 コンピュータというのは、 ハードウェアとソフトウェア ...
XP provides efficient and flexible support for pretty printing in Common Lisp. Its single greatest advantage is that it allows the full benefits of pretty printing to be obtained when printing data ...
Lispが生まれたのは、プログラミング言語の1958年です。1958年と言えば、最初のプログラミング言語に数えられるFORTRANが登場して間もない頃です。人工知能研究の第一人者であるジョン・マッカーシーが開発しました。それで、Lispは人工知能研究で使われる ...
Many Lisp functions can be defined in terms of other Lisp functions. For example, CAAR can be defined in terms of CAR as (defun caar (list) (car (car list))) It is then natural to ask whether there is ...