Compare commits
No commits in common. "4d1122fa58c578f3a7819ea892b324efb9a67aa3" and "492c954655c426fcc7ed0a88f696a962874bb6dc" have entirely different histories.
4d1122fa58
...
492c954655
|
@ -663,7 +663,7 @@ fn at {
|
|||
when {
|
||||
nil? (raw) -> nil
|
||||
gte? (raw, 128) -> panic! "not an ASCII char"
|
||||
true -> base :str_slice (str, n, inc (n))
|
||||
true -> raw
|
||||
}
|
||||
}
|
||||
(_) -> nil
|
||||
|
|
|
@ -55,19 +55,25 @@
|
|||
# (do
|
||||
(def start (os/clock))
|
||||
(def source `
|
||||
at ("aéc", 3)
|
||||
repeat 100 {
|
||||
repeat 100 {
|
||||
fd! (1)
|
||||
rt! (inv (100))
|
||||
}
|
||||
rt! (inv (100))
|
||||
}
|
||||
`)
|
||||
(def out (-> source
|
||||
ludus
|
||||
j/decode
|
||||
# j/decode
|
||||
))
|
||||
(def end (os/clock))
|
||||
(setdyn :out stdout)
|
||||
(pp out)
|
||||
(def console (out "console"))
|
||||
(print console)
|
||||
(def result (out "result"))
|
||||
(print result)
|
||||
# (def console (out "console"))
|
||||
# (print console)
|
||||
# (def result (out "result"))
|
||||
# (print result)
|
||||
(print (- end start))
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user