Hash :
edac15b8
Author :
Thomas de Grivel
Date :
2024-02-14T14:58:22
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
dlopen("/home/dx/c/thodg/c3-lang/c3/libc3/window/.libs/libc3_window.so.0.0", (U32) 0)
getenv("_")
getenv("SHELL")
getenv("HOME")
getenv("USER")
"a" + "b"
"ab" + "cd"
"ab" + "cd" + "ef"
"Bonjour " + name + " !"
hello = fn (name) { "Hello, " + name + " !" }
hello("Patrice")
hello("Thomas")
"Hello, " + "Tiyon" + " !"
hello = fn (name) { "Hello, " + name + " !" }
hello("Tiyon")
hello("Patrice")
"Hello, #{name} !"
hello("Tiyon")
hello = fn (name) { "Hello, " + name + " !" }
hello("Tiyon")
hello("Baptiste")
"a"
"abc"
hello = fn (name) { "Hello, #{name} !" }
hello("Thomas")
hello = fn (name) { "Hello, #{name} !" }
name("Thomas")
hello("Thomas")
hello = fn (name) { "Hello, #{name} !" }
hello("Paul")
quote hello("Paul")
hello
quote unquote 1
quote quote unquote 1
quote unquote 1
quote quote unquote 1
dlopen("libc3/window/.libs/libc3_window_debug.so.0.0")
dlopen("libc3/window/sdl2/.libs/libc3_window_sdl2_debug.so.0.0")
dlopen("libc3/window/.libs/libc3_window_debug.so.0.0")
dlopen("libc3/window/.libs/libc3_window.so.0.0")
dlopen("../libc3/window/.libs/libc3_window_debug.so.0.0")
dlopen("../libc3/window/sdl2/.libs/libc3_window_sdl2_debug.so.0.0")
dlopen("../libc3/window/.libs/libc3_window_debug.so.0.0")
dlopen("../libc3/window/sdl2/.libs/libc3_window_sdl2_debug.so.0.0")
%GL.Object{}
type(%GL.Object{})
%GL.Object{}
dlopen("../libc3/window/.libs/libc3_window_debug.so.0.0")
dlopen("../libc3/window/sdl2/.libs/libc3_window_sdl2_debug.so.0.0")
%GL.Object{}
quote %GL.Object{}
quote %GL.Sphere{}
dlopen("../libc3/window/.libs/libc3_window_debug.so.0.0")
dlopen("libc3/window/.libs/libc3_window_debug.dylib")
dlopen("libc3/window/sdl2/.libs/libc3_window_sdl2_debug.dylib")
quote %GL.Sphere{}
do
123
456
789
end
123/
234
123/123
123/ 123
do
1
1 + 1
2 + 2
end
hello = fn (name) { "Hello, #{name} !" }
m = macro (name) { "Hello, #{name} !" }
m(plop)
m(:plop)
m("plop")
m = macro (x) { quote 1 + unquote x }
plop = 2
m(plop)
name = "Thomas"
m = macro (x) { quote 1 + unquote x }
m(name)
name
name = "Thomas"
m = macro (x) { quote 1 + unquote x }
m(name)
name = "Thomas"
m = macro (x) { quote 1 + unquote x }
m(name)
name = "Thomas"
m = macro (x) { quote 1 + unquote x }
m(name)
name
^a = ^a
^a = ^1
^ a = ^ 1
^ a = 1
a = 1
^ a = 1
^ a