Y
Hacker News
new
|
ask
|
show
|
jobs
by
inconvergent
3293 days ago
you manipulate a data structure that contains vertices and edges. there is more about it here
http://inconvergent.net/snek-is-not-an-acronym/
.
snk is an instance of snek, so it contains a realisation of the structure and its current state.
1 comments
pje
3293 days ago
so...snk is a graph?
link
Retra
3293 days ago
Most data structures are graphs. This one just happens to be "self-aware" enough to use graph terminology.
link
inconvergent
3293 days ago
yes, it is.
link