]> dreyeck.freedombox.rocks Git - idiomatic.git/blob - README.md
f378df6500c36abcd9e25d253ead2403779f2689
[idiomatic.git] / README.md
1 # Idiomatic Survey
2 We parse the wiki-client/lib javascript and then interactively browse the abstract syntax trees
3 looking for idioms from a prior age better written using modern interfaces.
4
5 ## Install
6 The program runs as a node/express server installed adjacent to the wiki-client codebase.
7 This is browsed from [localhost](http://localhost:1954/index) on port 1954.
8
9 ```
10 mkdir temp
11 cd temp
12 git clone git@github.com:fedwiki/wiki-client.git
13 git clone git@github.com:WardCunningham/idiomatic.git
14 cd idiomatic
15 npm install
16 npm start
17 ```
18
19 ## History
20 This program has evolved through several iterations already and has not yet fully realized the vague ambition from which it began.
21 Ongoing history is sometimes recorded in the wiki page [Static Aspects](http://ward.dojo.fed.wiki/static-aspects.html) with does cite the localhost implementation.
22
23 <img width="445" alt="image" src="https://github.com/user-attachments/assets/47ac42b3-c5e4-4853-8a04-49d38ccd63e3">