Hash :
2dce5452
Author :
Thomas de Grivel
Date :
2024-09-17T10:20:46
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
a = 1
a
to_lisp(quote a = ? <- 1 ; 2)
a = ?
Facts.with_tags(Facts.env_facts(), KC3, :operator, a, fn (fact) { puts(a); 1 })
to_lisp(quote a = ? <- 1 ; 2)
to_lisp(quote a = 1 ; 2)
to_lisp(quote a = ? <- 1 ; 2)
q
exit
to_lisp(quote a = ? <- 1 ; 2)
quote if true do if true do %KC3.Operator{} end end
quote if true do if true do unquote(%KC3.Operator{}) end end
quote if true do if true do %KC3.Operator{sym: :a} end end
to_lisp(quote a = ? <- 1 ; 2)
quote if true do if true do %KC3.Operator{symbol_value: void} end end
quote if true do if true do %KC3.Operator{sym: :-, symbol_value: void} end end
to_lisp(quote a = ? <- 1 ; 2)
quote a = ? <- 1 ; 2
quote 1 + 20 / 3 * 4 - 5
quote 1 + 20 / 3 * 4
quote 1 + 20 / 3 * 4 - 5
1 + 1
1 + 1000000000000000000000000000000000000000000000000000000
(1 + 1000000000000000000000000000000000000000000000000000000) * 2
sqrt(1 + 1000000000000000000000000000000000000000000000000000000)
List.reverse([1, 2, 3, 4])
List.reverse
List.reverse([1, 2, 3, 4])
List.map([1, 2, 3, 4], fn (x) { x * 2 })
List.has?([1, 2, 3, 4], 1)
List.has?([1, 2, 3, 4], 0)
quote if true do if true do %KC3.Operator{} end end
quote if true do if true do %KC3.Operator{sym: :-} end end
quote if true do if true do %KC3.Operator{sym: :-, symbol_value: void} end end
quote if true do if true do %KC3.Operator{sym: :-, symbol_value: void} else 0 end else 1 end
a = ?
b = ?
a = ? ; void
Facts.with_tags(Facts.env_facts(), KC3, :operator, ?, fn (fact) { puts(fact.object); 1 })
EKC3.html_escape("plop <1>")
Facts.first_with_tags(Facts.env_facts(), KC3, :operator, ?, fn (fact) { fact.object })
first_operator = Facts.first_with_tags(Facts.env_facts(), KC3, :operator, ?, fn (fact) { fact.object })
first_operator
List.append([1, 2, 3], 4)
HTTPd.routes
a = :dir
file = %{type: :dir}
file.type
file.type == :dir
file = %{type: :dir, items = [%{type: file, items: []}]}
file = %{type: :dir, items: [%{type: file, items: []}]}
file = %{type: :dir, items: [%{type: :file, items: []}]}
file = "plop.md"
Str.starts_with?(file, ".") ||
(Sw) 4 > 0
q
List.sort([1, 2, 3, 4])
List.sort([4, 3, 2, 1])
List.sort(["1. a", "2. bc", "3. cde", "4. fghi"])
List.sort(["1. abcd", "2. efg", "3. hi", "4. j"])
1/3
1/3 * 2
2/6 * 2
double = fn (x) { x * 2 }
double(4)
double(21)
List.map([1, 2, 3, 4], double)
List.reverse([1, 2, 3, 4])
Time.now
Time.now()
Str.ftime(Time.now(), "%a")
Str.ftim
Str.ftime
Str.ftime(Time.now(), "%a")
Str.ftime(Time.now(), "%a, %d")
Str.ftime(Time.now(), "%a, %G")
Str.ftime(Time.now(), "%a, %m %d %G")
Str.ftime(Time.now(), "%a, %b %d %G")
Str.ftime(Time.now(), "%a, %b %d %G %T %Z")
cow 1
cow(1)
cow 1
cow 1 + 1
quote cow 1 + 1
a = cow 1 + 1
a
a + 1
a <- 3
a = cow 1 + 1
a
a = cow 1 + 1
a
a = cow 1 + 1
a
a = cow 1 + 1
a
Str.split("./fx/README", "/")