This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# A temporal script to (re)create an empty cl-web-2d-game project using template. | |
# This is used for developing the following project. | |
# https://github.com/eshamster/templates-cl-web-2d-game | |
set -eu | |
proj_name=templates-cl-web-2d-game | |
template_name=simple-cl-web-2d-game |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#|-*- mode:lisp -*-|# | |
#| <Put a one-line description here> | |
exec ros -Q -- $0 "$@" | |
|# | |
(progn ;;init forms | |
(ros:ensure-asdf) | |
#+quicklisp (ql:quickload '(:anaphora) :silent t)) | |
(defpackage :ros.script.sort-tree-node2.ros.3713686785 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#|-*- mode:lisp -*-|# | |
#| <Put a one-line description here> | |
exec ros -Q -- $0 "$@" | |
|# | |
(progn ;;init forms | |
(ros:ensure-asdf) | |
#+quicklisp (ql:quickload '(:anaphora) :silent t)) | |
(defpackage :ros.script.sort-tree-node.ros.3713084013 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#|-*- mode:lisp -*-|# | |
#| <Put a one-line description here> | |
exec ros -Q -- $0 "$@" | |
|# | |
(progn ;;init forms | |
(ros:ensure-asdf) | |
#+quicklisp (ql:quickload '(opticl cl-cli) :silent t)) | |
(defpackage :ros.script.create-alpha-map.lisp.3711282690 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This can be successed in Clozure CL but not in SBCL. | |
# So remain this patch only for reference. | |
diff --git a/ps-experiment.asd b/ps-experiment.asd | |
index 8ccfc92..7944b2f 100644 | |
--- a/ps-experiment.asd | |
+++ b/ps-experiment.asd | |
@@ -19,7 +19,9 @@ | |
:depends-on (:parenscript | |
:metabang-bind |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#|-*- mode:lisp -*-|# | |
#| | |
exec ros -Q -- $0 "$@" | |
|# | |
(eval-when (:compile-toplevel :load-toplevel :execute) | |
(ql:quickload '(:parenscript) :silent t)) | |
(defpackage :ros.script.first-sample.ros.3671797562 | |
(:use :cl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#|-*- mode:lisp -*-|# | |
#| | |
exec ros -Q -- $0 "$@" | |
|# | |
(eval-when (:execute) | |
(defvar *old-readtable* (copy-readtable)) | |
(ql:quickload '(:anaphora :s-dot :cl-ppcre :cl-cli) :silent t) | |
(use-package :anaphora) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ql:quickload :ps-experiment) | |
(ql:quickload :quri) | |
(in-package :cl-user) | |
(defpackage dl-image | |
(:use :cl | |
:parenscript | |
:ps-experiment) | |
(:export main | |
*dependencies*)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#|-*- mode:lisp -*-|# | |
#| | |
exec ros -Q -- $0 "$@" | |
|# | |
(eval-when (:load-toplevel :compile-toplevel :execute) | |
(dolist (lib '(:uiop :anaphora)) | |
(ql:quickload lib :silent t))) | |
(defpackage :ros.script.run.ros.3661998313 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#|-*- mode:lisp -*-|# | |
#| | |
exec ros -Q -- $0 "$@" | |
|# | |
(eval-when (:load-toplevel :compile-toplevel :execute) | |
(dolist (lib '(:uiop :cl-emb :alexandria)) | |
(ql:quickload lib :silent t))) | |
(defpackage :ros.script.init.ros.3662017526 |
NewerOlder