• R/O
  • HTTP
  • SSH
  • HTTPS

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Baremetal Lisp interpreter and compiler for low-resource devices


ファイル情報

Rev. c57088232b60ef6f3c8c88a9d246d2987e01cd35
サイズ 176 バイト
日時 2020-09-21 09:51:46
作者 AlaskanEmily
ログメッセージ

Add some very basic typechecking for SL_I_Execute

内容

; Any copyright is dedicated to the Public Domain.
; https://creativecommons.org/publicdomain/zero/1.0/

(defun println (a)
  (print a)
  (print "\n"))

(println "Hello world")