Actually just three programming languages in a trenchcoat
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at string-repr-callable 7 lines 84 B view raw
1func apply x = x * 2 2 3proc main!() { 4 let x = 5 5 let y = apply x 6 return y + x 7}