Edit

kc3-lang/kc3/.ikc3_history

Branch :

  • .ikc3_history
  • q
    "#{inspect(%HTTP.Upload{})}"
    git diff
    Math.pow(2, 3)
    Math.greatest_divisor(4)
    Math.greatest_divisor(5)
    Math.greatest_divisor(6)
    Math.greatest_divisor(4)
    Math.greatest_divisor(1)
    Math.greatest_divisor(2)
    Math.greatest_divisor(3)
    Math.greatest_divisor(4)
    Math.greatest_divisor(5)
    Math.nth_mersenne_prime(2, 1)
    Math.nth_mersenne_prime(2, 2)
    Math.nth_mersenne_prime(2, 3)
    Math.nth_mersenne_prime(2, 1)
    Math.nth_mersenne_prime(2, 2)
    Math.nth_mersenne_prime(2, 3)
    Math.nth_mersenne_prime(2, 4)
    Math.nth_mersenne_prime((Integer) 2, 4)
    Math.nth_mersenne_prime(2, 4)
    Math.nth_mersenne_prime(2, 1)
    Math.nth_mersenne_prime(2, 2)
    Math.nth_mersenne_prime(2, 3)
    Math.nth_mersenne_prime(2, 4)
    Math.nth_mersenne_prime(2, 5)
    type(Math.nth_mersenne_prime(2, 5))
    Math.mersenne_prime(1)
    Math.mersenne_prime_test(5)
    Math.mersenne_prime_test(6)
    Math.next_greatest_divisor(1)
    Math.next_greatest_divisor(2)
    Math.next_greatest_divisor(3)
    Math.next_greatest_divisor(4)
    Math.next_greatest_divisor(1)
    Math.next_greatest_divisor(2)
    Math.next_greatest_divisor(3)
    Math.next_greatest_divisor(4)
    Math.next_greatest_divisor(1)
    Math.next_greatest_divisor(2)
    Math.next_greatest_divisor(3)
    Math.next_greatest_divisor(4)
    Math.next_greatest_divisor(5)
    Math.next_greatest_divisor(4)
    Math.next_prime(1024)
    Math.next_prime(10240)
    Math.next_prime(102400)
    123
    __DIR__
    Ratio.pow(2/3, 3/1)
    1 + 1
    inspect(fn (a, b) { a + b })
    type(fn (a, b) { a + b })
    x = fn (a, b) { a + b }
    inspect(x)
    x = fn (a, b) { a + b }
    inspect(x)
    x = fn (a, b) { a + b }
    inspect(x)
    +(1, 1)
    1 + 1
    2 + 2
    op = %KC3.Op{callable: fn (a, b) { a + b }}
    (Ptr) op
    p = (Ptr) op
    op = %KC3.Op{callable: fn (a, b) { a + b }}
    p = (Ptr) op
    (KC3.Op) p
    op = %KC3.Op{callable: fn (a, b) { a + b }}
    p = (Ptr) op
    (KC3.Op) p
    op = %KC3.Op{callable: fn (a, b) { a + b }}
    p = (Ptr) op
    (KC3.Op) p
    puts("plop")
    op = %KC3.Op{callable: fn (a, b) { a + b }}
    1 + 1
    %Time{}
    type(%Time{})
    Tag.type(%Time{})
    Tag.type(%Time{tv_sec: 3})
    Tag.type(%Time{tv_sec: 3, tv_nsec: 3000})
    Time.to_str(%Time{tv_sec: 3, tv_nsec: 3000})
    Time.to_str(%Time{tv_sec: 300, tv_nsec: 3000})
    Time.to_str(%Time{tv_sec: 3000, tv_nsec: 3000})
    Time.to_str(%Time{tv_sec: 30000, tv_nsec: 3000})
    Time.to_str(%Time{tv_sec: 300000, tv_nsec: 3000})
    Time.to_str(%Time{tv_sec: 3000000, tv_nsec: 3000})
    Time.to_str(%Time{tv_sec: 30000000, tv_nsec: 3000})
    Time.to_str(%Time{tv_sec: 300000000, tv_nsec: 3000})
    Time.to_str(%Time{tv_sec: 3000000000, tv_nsec: 3000})
    kc3_access" [%File.Stat{st_dev: (Uw) 1039,
    s = %File.Stat{st_dev: (Uw) 1039,
    {tv_sec: 1741711560, tv_nsec: 122204319}}
    s = %File.Stat{st_dev: (Uw) 1039}
    s.st_mtim
    List.to_array
    a = %KC3.Op{sym: :dot, callable: fn (a, b) { a.x * b.y + a.y * b.y }}