NetLogo / NetLogo/NW-Extension

We should be able to convert a list of links to a list of turtles

Open
#64 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.