VineLang / vine

an experimental new programming language based on interaction nets
https://vine.dev
Apache License 2.0
15 stars 2 forks source link

vine: more examples #6

Open tjjfvi opened 2 months ago

tjjfvi commented 2 months ago

(ideas wanted)

harrysolovay commented 2 months ago

For inspiration: https://docs.deno.com/examples/

tjjfvi commented 2 months ago

Most of Deno's examples are about Deno-specific APIs; i.e. doing various types of IO. I'm more thinking examples showing various language features or solving various programming problems in Vine, with only small amounts of IO (ideally just stdin/stdout, for now).

Something like https://doc.rust-lang.org/rust-by-example/ might be a good inspiration though.

stevenhuyn commented 2 weeks ago

For the problem side: Can find string, graph, collections oriented problems. https://www.techinterviewhandbook.org/grind75/

https://projecteuler.net/archives