8000 GitHub - hanbzu/tinyalex: Fooling around with Christopher Alexander concepts with pseudocode
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hanbzu/tinyalex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

tinyalex

function patternOne(context) {
  if (!match(context) throw new Error("Can't apply this pattern")
  // Modify the context
  return modifiedContext
}

const endContext = take(context)
  .apply(patternOne)
  .apply(patternTwo)
  .apply(patternThree)

About

Fooling around with Christopher Alexander concepts with pseudocode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0