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