kevinlawler / kona

Open-source implementation of the K programming language
ISC License
1.36k stars 138 forks source link

Create sample apps/sample code #29

Open kevinlawler opened 13 years ago

kevinlawler commented 13 years ago

Build sample scripts showing what you can actually do with K. At a minimum we can link to these from the wiki.

tavmem commented 9 years ago

So far, 2 apps have been built and documented: ray-tracer script (ray.k) at nsl.com #228 Burrows Wheeler Transform: #240

tavmem commented 9 years ago

@bakul recently wrote:

there are still incompatibilities with k3. Steven Apter's site, nsl.com, has a number of examples that don't run in kona.

If we can get all the examples from Apter's nsl.com (that work in k2.8 and/or k3.2) to also work in Kona, I would consider this issue closed.