Edit

kc3-lang/kc3/.ikc3_history

Branch :

  • .ikc3_history
  • 1/3 * 2 * 3
    (Integer) (1/3 * 2 * 3)
    type((Integer) (1/3 * 2 * 3))
    type((U8) (1/3 * 2 * 3))
    (U8) (1/3 * 2 * 3)
    "abc" + "def"
    "abc#{123}" + "def"
    "abc#{123 + 456}" + "def"
    "abc#{(Uw) 123 + 456}" + "def"
    (Uw) 123 + 456
    (Uw) (123 + 456)
    "abc#{(Uw) (123 + 456)}" + "def"
    quote if true do %{plop: 123, hop: 456} end
    pid
    pid()
    man getpid
    t = Thread.new(fn () { puts("ok") })
    quote t = Thread.new(fn () { puts("ok") })
    List.count(10)
    List.map(List.count(10), fn (x) { {x, x} })
    List.map(List.count(10), fn (x) { %{id: x} })
    s = Serialize.new()
    Serialize.tag(s, 123)
    s = Serialize.new()
    Serialize.tag(s, 123)
    s = Serialize.new()
    Serialize.tag(s, 123)
    Serialize.to_str(s)
    'U+123'
    Serialize.tag(s, 66)
    Serialize.to_str(s)
    Serialize.delete(s)
    Gtk4.init()
    w = Gtk4.Window.new()
    Gtk4.Window.present(w)
    Gtk4.Window.destroy(w)
    w = void
    Gtk4.init()
    w = Gtk4.Window.new()
    Gtk4.Window.present(w)
    run = false
    while run do Gtk4.main_context_iteration() end
    run = true
    Gtk4.init()
    w = Gtk4.Window.new()
    Gtk4.Window.present(w)
    Gtk4.main()
    ncpu
    100000000000000000000000000000000000 + 200000000000000000000000000000000
    type(100000000000000000000000000000000000)
    type(10)
    git log | grep jeremy
    9 +i 2
    9 +i 2 + 3
    9 +i 2 + 3 +i 5
    Parse.tag("%Time{}")
    Parse.tag("%Time{tv_sec: 1, tv_nsec: 2}")
    is_integer?(123)
    is_integer?(:a)
    Metric.hit("/plop"
    )
    Metric.hit("/plop"
    )
    Metric.hit("/plop")
    Metric.get("/plop")
    Metric.hit("/plop")
    Metric.get("/plop")
    10 + 1
    Metric.get("/plop")
    Metric.get("/plop") + 1
    Metric.get("/plop")
    Metric.hit("/plop")
    s = Serialize.new()
    Serialize.tag(s, 123)
    Serialize.to_str(s)
    s = Serialize.new()
    Serialize.tag(s, 123)
    Serialize.to_str(s)
    s = Serialize.new()
    s = Serialize.tag_to_str(12)
    Deserialize.str_to_tag(s)
    s = Serialize.tag_to_str(12)
    Deserialize.str_to_tag(s)
    s = Serialize.tag_to_str(12)
    Deserialize.str_to_tag(s)
    sysctl([:hw, :ncpu])
    sysctl([:hw])
    sysctl([:hw, :ncpu, :a])
    SMTP.open
    s = SMTP.open("localhost", "25", :plop, :debug, "")
    s = SMTP.open("localhost", "25", :none, :none, "")
    SMTP.close(s)
    1 || 2
    false || 2
    false || false
    false || 0
    true && 1
    true && 10
    SMTP.sendmail("dx@kmx.io", "Thomas de Grivel", "root@kmx.io", "Charlie Root", "test", "Test test !")