NetLogo
NetLogo copied to clipboard
turtles, patches, and links for kids, teachers, and scientists
Expected command. at position 34 in at org.nlogo.core.Fail$.exception(Fail.scala:27) at org.nlogo.core.Fail$.exception(Fail.scala:25) at org.nlogo.core.Fail$.exception(Fail.scala:23) at org.nlogo.parse.ExpressionParser$.parseStatement(ExpressionParser.scala:75) at org.nlogo.parse.ExpressionParser$.$anonfun$parseStatement$1(ExpressionParser.scala:58) at org.nlogo.parse.ExpressionParser$.parseParenthesized(ExpressionParser.scala:317) at org.nlogo.parse.ExpressionParser$.parseStatement(ExpressionParser.scala:58) at org.nlogo.parse.ExpressionParser$.$anonfun$apply$1(ExpressionParser.scala:30) at org.nlogo.parse.ExpressionParser$.parseStatements(ExpressionParser.scala:42) at org.nlogo.parse.ExpressionParser$.apply(ExpressionParser.scala:30) at org.nlogo.parse.NetLogoParser.parseProcedure(NetLogoParser.scala:45) at org.nlogo.parse.NetLogoParser.parseProcedure$(NetLogoParser.scala:29)...
Hello! Is there a tool to turn NetLogo code into Python code?
Languages like Java and Scala allow you to annotate a method as `deprecated` to signify that the method is no longer supported and will be dropped in the near future...
Some upgrades to the CI! - Adds Windows and macOS jobs to the build matrix - Uses [actions/setup-java](https://github.com/actions/setup-java) instead of [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) to setup Java and sbt - Clone the submodules...
Hi there, I am having some problems with using NetLogo extensions. I am extending an existing model using the rnd and r extensions. I have succesfully run previous versions of...
I received the following error while running and debugging a model: NetLogo is unable to supply you with more details about this error. Please report the problem at https://github.com/NetLogo/NetLogo/issues, or...
Hi, I keep getting this error when trying to run a experiment in behavior space. Can someone help me? NetLogo was unable to provide further details about this error. please...
1. Open a model with an included file 2. Go to the `Code` tab. 3. Click checkbox to open _Code Tab in separate window_. 4. Open a tab for an...
I have created a participatory ABM in Netlogo. However, users are unable to join the activity. They get an error that says "There is no server running at xx.xx.xxx.xx" on...