alan-isaac
alan-isaac
Please add a "how to cite" section to the README, ideally with a supporting .bib entry.
1. It would be nice to be able to re-initialize `ticks` without touching the plots. Please provide a primitive that does this. (Note that `tick-advance` refuses a negative value.) 2....
Please add language primitives to support function iteration. To inefficiently illustrate the desired functionality: ``` to-report nestList [ #f ;(task) : the function to iterate #x0 ;(number) : the initial...
Currently when NetLogo saves a model, it remembers the settings of the interface globals. If a `startup` procedure is provided, these saved settings are overridden the next time the model...
In NetLogo 6.0.3, if a syntax error is detected in a .nls file, I have to run `__reload` twice to correctly reload the source file. The first time, I can...
Please put the "Vary variables" interface in a separate tab, so that it is easier to see the specification when there are many model parameters. The rest of the experiment...
Please add to the [file-format docs](https://github.com/NetLogo/NetLogo/wiki/File-(.nlogo)-and-Widget-Format) a statement about end-of-line handling.
The [Dictionary documentation of neighbors](http://ccl.northwestern.edu/netlogo/docs/dict/neighbors.html) is rather radically incomplete. First, it should describe behavior when wrapping is off. Second, it needs to describe behavior when wrapping is on but the...
The [documentation for set](https://ccl.northwestern.edu/netlogo/docs/dictionary.html#set) refers to "this agent" but provides no supporting example (so "this agent" has no reference in the docs). Probably an example using `ask` should be included....
Currently, model parameters effectively must be placed in the Interface, which can be messy and inconvenient. Please allow a `parameters` declaration in the Code tab. This would differ from the...