NetLogo / NetLogo/NW-Extension
We should be able to convert a list of links to a list of turtles
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 66
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
It would be generally useful, and it would also reduce the number of primitives.
nw:turtles-on-path-to target would become nw:turtles-on nw:path-to target
and
nw:turtles-on-weigthed-path-to target would become nw:turtles-on nw:weighted-path-to target
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the implementations of nw:turtles-on-path-to, nw:turtles-on-weigthed-path-to, nw:path-to, nw:weighted-path-to, and nw:turtles-on. Compare their behavior and existing tests, then consolidate the path results so the two former primitives can be expressed through the latter operations without changing observable results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- networking
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100