changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / tools/scripts/demo.ros

changeset 16: af615d1895cb
parent: scripts/demo.ros@bebb76da449c
author: ellis <ellis@rwest.io>
date: Fri, 26 May 2023 21:59:40 -0400
permissions: -rwxr-xr-x
description: refactoring, ui stuff (goin with slint for DSL power)
1 #!/bin/sh
2 #|-*- mode:lisp -*-|#
3 #|
4 exec ros -Q -- $0 "$@"
5 |#
6 (progn ;;init forms
7  (ros:ensure-asdf)
8  #+quicklisp(ql:quickload '(demo) :silent t))
9 
10 (defun main (&rest argv)
11  (declare (ignorable argv))
12  (demo:main))