Perhaps the first webserver in Tree Calculus? Sure, it's married to a Haskell IO runtime... but we're managing all of the actual webserver semantics in tricu! This includes a demo Arboricx application server that is capable of storing and serving bundles.
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
!import "arboricx.tri" !Local
|
|
|
|
-- Multi-purpose kernel dispatch.
|
|
-- runArboricxTyped tag bundleBytes args
|
|
runArboricxTyped = (tag bs args :
|
|
runArboricxByNameToTyped tag [] bs args)
|