Move from github, collapse gltk and strictmath, add candle
[clnl] / src / main / nvm / package.lisp
diff --git a/src/main/nvm/package.lisp b/src/main/nvm/package.lisp
deleted file mode 100644 (file)
index be93060..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-(defpackage #:clnl-nvm
- (:use :common-lisp)
- (:shadow #:random #:count)
- (:export
-  ; API as used by transpiled NetLogo programs
-
-  ; base
-  #:with-stop-handler
-
-  ; nvm
-  #:agent-value #:create-world #:current-state #:lookup-color
-
-  ; turtles
-  #:create-turtles #:die #:hatch #:forward #:random-xcor #:random-ycor #:set-default-shape #:setxy
-  #:turtles-here #:turn-right #:turn-left
-
-  ; agentset
-  #:count #:of #:one-of #:patches #:turtles #:with
-
-  ; controlflow
-  #:ask #:stop
-
-  ; world
-  #:clear-all #:display #:reset-ticks #:tick #:ticks
-
-  ; inout
-  #:export-world #:show
-
-  ; math
-  #:random #:random-float)
- (:documentation
-  "CLNL NVM
-
-NetLogo Virtual Machine: the simulation engine."))