←back to thread

Emit

(re.factorcode.org)
81 points kencausey | 1 comments | | HN request time: 0.215s | source
1. defactor ◴[] No.41874017[source]
This allows me to write code just like in plain english.no AI needed. I could not do this in Lisp. Writing code is like writing a novel now.Just a story with words.No type system needed to tell a story.

:: sibling ( node g -- sibling ) parent children remove-me first

Get a Node's parent, get the parents children, remove myself ( node ) and get the first child.