Make agentsets annotated lists, Implement count
[clnl] / src / main / package.lisp
index 356a408179b4f2a417c0becba1208b8db1e409ff..d9d95af89b10a14c3259a78d1af9c0a724c9ca58 100644 (file)
@@ -64,11 +64,12 @@ into an ast that can be transpiled later."))
 
 (defpackage #:clnl-nvm
  (:use :common-lisp)
- (:shadow #:random)
+ (:shadow #:random #:count)
  (:export #:export-world #:create-world #:current-state
   ; API as used by transpiled NetLogo programs
   #:agent-value
   #:ask
+  #:count
   #:create-turtles
   #:die
   #:of