Skip to content

Instantly share code, notes, and snippets.

View christineponyl's full-sized avatar

Adam Jallad christineponyl

View GitHub Profile
actor Main
new create(env: Env) =>
env.out.print("Hello, world!")
actor Main
new create(env: Env) =>
env.out.print("Hello, world!")
actor Main
new create(env: Env) =>
env.out.print("Hello, world!")
actor Main
new create(env: Env) =>
env.out.print("Hello, world!")
actor Main
new create(env: Env) =>
env.out.print("Hello, world!")
use "ponybench"
use "random"
use "collections"
actor Main is BenchmarkList
new create(env: Env) =>
let bench = PonyBench(env, this)
use "collections"
type RPNArgument is
( I64
| {(I64): I64} val
| {(I64): String} val
| {(I64, I64): I64} val )
actor RPN
"""
actor Main
new create(env: Env) =>
env.out.print("Hello, world!")
actor Main
new create(env: Env) =>
None
primitive TokenCount
primitive TokenItem
type Token[A: Any #share] is ((TokenCount, USize) | (TokenItem, A))
interface Tokens[A: Any #share]
actor Main
new create(env: Env) =>
env.out.print("Hello, world!")