1802 emulator Maze generator WFE Elite Trader dnd
import fogus.haikeeba.core._
val mv = Move.construct().from('d',2).to('d',4).build()
mv.getFrom() == 51
mv.getTo() == 35
var $s <- new FooClass
or
var $s <- FooClass.new
$s.func( list( a b c))
Stores comic archives, but provides different views into them.
/cmx/ /cmx/company/{company}/{line}/{title}/{vol}/{num}/{page} /cmx/timeline/{year}/^company line above /cmx/talent/{author}/{year}/^ company line above /cmx/talent/{penciler}/{year}/^ company line above
/cmx/dc/vertigo/Animal+Man/v1/1/15/ shows page 15 of Animal Man, vol. 1
Shows {company, timeline, talent} set
Shows a list of the companies
Shows a list of years
Shows a list of authors/pencilers grouped by role
val odds = (1 to 10).filter(_ % 2 != 0)
fn foo || <- {
out( got " " _s crlf)
}
case class B[F,T](c: B[F, T] => (F => T)) extends (B[F, T] => (F => T)) {
def apply(b: B[F, T]) = c(b);
}
def Y[F, T] = (f: (F => T) => F => T) =>
B[F, T](x => f(x(x)(_)))(B(x => f(x(x)(_))))
-m