<< 20-09-2015 >>

00:05:10*vikaton quit (Quit: Connection closed for inactivity)
00:07:01*renesac joined #nim
00:12:44*irrequietus quit ()
00:36:49*keyle joined #nim
00:44:21*Jehan_ quit (Quit: Leaving)
00:46:22*pregress_ joined #nim
00:50:29*jaco60 quit (Ping timeout: 246 seconds)
00:59:56*Enamex quit (Ping timeout: 246 seconds)
01:03:54*Enamex joined #nim
01:07:49*pregress_ quit (Remote host closed the connection)
01:12:10onionhammerforum crashed?
01:18:12softinioLooks that way I get a 502
01:21:07*vegansk joined #nim
01:21:34*pregressive joined #nim
01:24:15*Enamex quit (Ping timeout: 255 seconds)
01:30:55veganskHi! What happend with the forum? "502 Bad Gateway".
01:32:01*vegansk_ joined #nim
01:32:13*vegansk_ left #nim (#nim)
01:35:18*rollo quit (Quit: Leaving)
01:35:38*chemist69_ joined #nim
01:38:46*chemist69 quit (Ping timeout: 244 seconds)
01:40:21*Demos joined #nim
01:41:21*vendethiel quit (Ping timeout: 244 seconds)
01:43:43*bjz joined #nim
01:48:00*umurgdk quit (Remote host closed the connection)
01:57:26*lyro quit (Ping timeout: 260 seconds)
02:04:04*lyro joined #nim
02:11:25*Demos quit (Read error: Connection reset by peer)
02:30:22*yglukhov joined #nim
02:35:12*yglukhov quit (Ping timeout: 264 seconds)
03:07:55*pregressive quit (Remote host closed the connection)
03:24:43*pregressive joined #nim
03:28:38*Jehan_ joined #nim
03:32:13*Jehan_ quit (Client Quit)
03:34:59*vegansk quit (Ping timeout: 264 seconds)
03:43:13*vendethiel joined #nim
03:43:16*Jehan_ joined #nim
03:44:06*Jehan_ quit (Client Quit)
03:44:36*Jehan_ joined #nim
03:47:40*ob__ joined #nim
03:49:09*ob__ quit (Client Quit)
03:49:22*ob__ joined #nim
03:51:48*ob__ left #nim (#nim)
04:04:22*pregressive quit (Remote host closed the connection)
04:04:39*pregressive joined #nim
04:05:08*pregressive quit (Remote host closed the connection)
04:07:37*pregressive joined #nim
04:08:19*vendethiel quit (Ping timeout: 256 seconds)
04:09:50*darkf joined #nim
04:14:50*bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
04:16:44*bjz joined #nim
04:31:49*pregressive quit (Remote host closed the connection)
04:33:25*candid joined #nim
04:35:00*candid quit (Client Quit)
04:49:54*BitPuffin|osx quit (Ping timeout: 250 seconds)
05:01:38*keyle quit (Quit: http://twitter.com/keyle/)
05:04:17*lyro quit (Ping timeout: 240 seconds)
05:12:08*lyro joined #nim
05:15:32*Jehan_ quit (Quit: Leaving)
05:17:38*lyro quit (Ping timeout: 260 seconds)
05:21:13*Jehan_ joined #nim
05:22:07*lyro joined #nim
05:33:17*FedeOmoto quit (Ping timeout: 246 seconds)
05:35:42*pregressive joined #nim
05:36:26*pregressive quit (Remote host closed the connection)
05:40:47*pregressive joined #nim
05:44:38*pregressive quit (Remote host closed the connection)
06:06:44*yglukhov joined #nim
06:11:35*yglukhov quit (Ping timeout: 264 seconds)
06:26:49*wuehlmaus quit (Quit: Lost terminal)
06:42:33*smodo joined #nim
06:43:06*gokr joined #nim
07:16:05*Jehan_ quit (Read error: Connection reset by peer)
07:33:16*irrequietus joined #nim
07:38:11*Gonzih joined #nim
07:46:38*Jehan_ joined #nim
07:50:48*Jehan_ quit (Client Quit)
07:56:11*Jehan_ joined #nim
07:58:28*Gonzih quit (Ping timeout: 265 seconds)
08:01:59*gmpreussner|work quit (Read error: Connection reset by peer)
08:07:57*yglukhov joined #nim
08:09:20*wuehlmaus joined #nim
08:16:01*Deavmi joined #nim
08:16:16DeavmiIf I am correct are variables in Nim not objects like in python?
08:19:17Araqindeed they are not.
08:19:55Araq"everything is an object" doesn't work well for systems programming, it's more like "everything is a blob"
08:21:04*Jehan_ quit (Quit: Leaving)
08:25:49*boopisaway is now known as boop
08:26:19*boop is now known as Guest20403
08:33:12*Deavmi quit (Ping timeout: 246 seconds)
08:53:19*indiagreen joined #nim
08:58:30gokrI would be surprised if variables "are objects" in Python. But I suspect you mean "are fundamental datatypes represented as objects?".
08:58:57gokrOh, he had left. sigh.
09:03:59*Gonzih joined #nim
09:06:16*jaco60 joined #nim
09:06:46*irrequietus quit ()
09:07:33*Enamex joined #nim
09:10:08*Deavmi joined #nim
09:10:24DeavmiWhat do you mean by blobs Rather than objects
09:10:29DeavmiWhat is a blob
09:11:12indiagreendevel version of Nim crashes while compiling a file: http://lpaste.net/141359. I want to submit the issue on Github but I'm not sure it wasn't submitted already and search on “SIGSEGV” yields too many results. Does anybody recognise what issue it could be?
09:13:28*Matthias247 joined #nim
09:18:02Araqindiagreen: already reported
09:18:09Araqin fact, I'm working on this bug
09:18:12indiagreenthanks!
09:20:06*Deavmi quit (Ping timeout: 246 seconds)
09:25:16*yglukhov quit (Remote host closed the connection)
09:29:17*Guest20403 is now known as Guest20403isaway
09:44:51*Sahnvour joined #nim
09:55:23*rollo joined #nim
10:05:20*deavmi joined #nim
10:13:11*vendethiel joined #nim
10:14:48*enamex_ joined #nim
10:16:18*Enamex quit (Ping timeout: 260 seconds)
10:21:52*irrequietus joined #nim
10:22:37gokrdeavmi: Nim doesn't represent low level data types as objects like Python/Smalltalk/Ruby does. But it can still look and feel object oriented due to its free procs/methods and the fact that you can write foo(a, b) as a.foo(b)
10:22:58gokrdeavmi: You may want to read my OO in Nim articles: http://goran.krampe.se/category/nim
10:23:04dom96Sorry about the forum downtime guys
10:23:32dom96Back up now but I genuinely have no idea what happened.
10:23:43gokrdeavmi: There is nothing preventing you from doing OO quite nicely in Nim.
10:26:19*Guest20403isaway is now known as Guest20403
10:27:40*MyMind joined #nim
10:29:23*Sembei quit (Ping timeout: 246 seconds)
10:31:52dom96oh I see. Upstart must have shut it down because it kept crashing
10:32:15*irrequietus quit ()
10:33:30*Gonzih quit (Ping timeout: 240 seconds)
10:34:11*Gonzih joined #nim
10:35:15EastByteI have a short question, why are nim converters always put into an own C procedure? Wouldn't it be better to do that inline?
10:38:45*Gonzih quit (Ping timeout: 240 seconds)
10:40:57*deavmi quit (Ping timeout: 246 seconds)
10:47:52*elrood joined #nim
10:53:10*Gonzih joined #nim
10:53:50*Jehan_ joined #nim
10:54:27*Jehan_ quit (Client Quit)
10:56:20*enamex_ quit (Ping timeout: 246 seconds)
10:57:50*yglukhov joined #nim
10:58:55*enamex_ joined #nim
11:02:07*yglukhov quit (Ping timeout: 246 seconds)
11:10:29*irrequietus joined #nim
11:12:29*Jehan_ joined #nim
11:16:53*gnzh joined #nim
11:20:45*Gonzih quit (Read error: Connection reset by peer)
11:28:34*Kingsquee quit (Read error: Connection reset by peer)
11:28:48*Kingsquee joined #nim
11:34:11*umurgdk joined #nim
11:34:43*gnzh quit (Ping timeout: 268 seconds)
11:35:06*Gonzih joined #nim
11:36:43*umurgdk quit (Client Quit)
11:41:07*Guest20403 is now known as Guest20403isaway
11:41:44*Guest20403isaway is now known as Guest20403
11:48:28*Kingsquee quit (Quit: http://i.imgur.com/EsXzoum.png)
11:51:26*enamex_ quit (Ping timeout: 265 seconds)
11:59:25*yglukhov joined #nim
12:03:47*yglukhov quit (Ping timeout: 250 seconds)
12:05:45*BitPuffin|osx joined #nim
12:18:45*enamex_ joined #nim
12:27:18*indiagreen quit (Read error: Connection reset by peer)
12:28:30*Gonzih quit (Ping timeout: 240 seconds)
12:37:42*Pisuke joined #nim
12:39:25*MyMind quit (Ping timeout: 240 seconds)
12:43:06*Gonzih joined #nim
12:52:06*enamex_ quit (Read error: Connection reset by peer)
13:00:04*yglukhov joined #nim
13:04:18*yglukhov quit (Ping timeout: 240 seconds)
13:13:07*smodo quit (Ping timeout: 265 seconds)
13:25:36*smodo joined #nim
13:52:40*yglukhov joined #nim
13:56:19*smodo quit (Remote host closed the connection)
14:10:07*Matthias247 quit (Read error: Connection reset by peer)
14:12:13*jaco60 quit (Remote host closed the connection)
14:29:08*jaco60 joined #nim
14:31:18*Jehan_ quit (Quit: Leaving)
14:34:00*Gonzih quit (Quit: IRC is just multiplayer vim.)
14:34:54*pregressive joined #nim
14:37:30*strcmp2 joined #nim
14:41:32*strcmp2 quit (Read error: Connection reset by peer)
15:01:49*pregressive quit (Remote host closed the connection)
15:15:53*FedeOmoto joined #nim
15:16:35*pregressive joined #nim
15:20:10*onionhammer quit (Read error: Connection reset by peer)
15:20:59*onionhammer joined #nim
15:50:59*juanfra quit (Quit: juanfra)
15:52:12*Ven joined #nim
15:57:11*Ven quit (Ping timeout: 264 seconds)
16:00:57*Ven joined #nim
16:07:16*Ven quit (Read error: Connection reset by peer)
16:13:16*yglukhov quit (Remote host closed the connection)
16:14:45*pregressive quit (Remote host closed the connection)
16:17:32*Trustable joined #nim
16:52:41dom96Araq: https://github.com/nim-lang/Nim/commit/29a91669667344e3637dbff4fc2009c263af3e11#commitcomment-13330544
16:56:09*rollo quit (Ping timeout: 256 seconds)
16:58:15*Jehan_ joined #nim
17:05:19*pregressive joined #nim
17:10:39*yglukhov joined #nim
17:22:00*pregressive quit (Remote host closed the connection)
17:36:29*Jesin quit (Quit: Leaving)
17:38:50*jaco60 quit (Ping timeout: 246 seconds)
17:38:55*Jesin joined #nim
17:40:29*jaco60 joined #nim
17:41:58*xet7_ joined #nim
17:51:29*infinity0 is now known as Guest6143
17:51:29*Guest6143 quit (Killed (morgan.freenode.net (Nickname regained by services)))
17:51:37*infinity0 joined #nim
18:12:10*yglukhov quit (Remote host closed the connection)
18:15:53*Matthias247 joined #nim
18:18:47*vendethiel quit (Ping timeout: 264 seconds)
18:26:16*vendethiel joined #nim
18:37:40*yglukhov joined #nim
18:39:59*yglukhov quit (Remote host closed the connection)
18:40:13*yglukhov joined #nim
18:40:42*pregressive joined #nim
18:43:44*darkf quit (Quit: Leaving)
18:56:55*Ven joined #nim
18:59:05*Jehan_ quit (Quit: Leaving)
19:02:12*Ven quit (Ping timeout: 264 seconds)
19:04:30*strcmp1 joined #nim
19:05:19*strcmp1 quit (Remote host closed the connection)
19:05:47*strcmp1 joined #nim
19:06:48*strcmp1 quit (Remote host closed the connection)
19:07:17*strcmp1 joined #nim
19:09:15*ryu0 joined #nim
19:11:15ryu0128 nicks? lol
19:11:27ryu0power of 2 :P
19:12:10*Ven joined #nim
19:15:30*pregressive quit (Remote host closed the connection)
19:16:54*strcmp1 quit (Remote host closed the connection)
19:19:09*yglukhov quit (Remote host closed the connection)
19:24:19*Ven quit (Ping timeout: 265 seconds)
19:32:07*Ven joined #nim
19:32:17*Sahnvour quit (Quit: Leaving)
19:39:19*Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
19:40:15*Ven joined #nim
19:48:20*Ven quit (Ping timeout: 246 seconds)
19:51:17*Sahnvour joined #nim
20:09:43*strcmp1 joined #nim
20:14:50*Ven joined #nim
20:19:11*Mat4 joined #nim
20:19:15Mat4hello
20:19:47*yglukhov joined #nim
20:21:10*Enamex joined #nim
20:23:09*jakesyl joined #nim
20:24:07*yglukhov quit (Ping timeout: 256 seconds)
20:24:36*Ven quit (Ping timeout: 250 seconds)
20:51:40*jakesyl_mac joined #nim
20:51:54*irrequietus quit ()
20:52:35EnamexAraq: You said before that Nim's (compiler's) AST was particularly optimized for size concerns. Can you/anyone point me to the most interesting/relevant parts in the compiler src to start looking if I'm interested in the implementation of that?
21:01:38reactormonkEnamex, the AST is in compiler/ast.nim, feel free to peek
21:16:16*pregressive joined #nim
21:19:53*strcmp2 joined #nim
21:20:54*pregressive quit (Ping timeout: 244 seconds)
21:21:35*strcmp3 joined #nim
21:23:35*strcmp1 quit (Ping timeout: 264 seconds)
21:25:23*strcmp2 quit (Ping timeout: 250 seconds)
21:42:46*renesac quit (Ping timeout: 260 seconds)
21:55:06*renesac joined #nim
21:56:43*vendethiel quit (Ping timeout: 240 seconds)
21:59:19*Sembei joined #nim
22:00:42*Guest20403 is now known as Guest20403isaway
22:05:44*joelmo quit (Quit: Connection closed for inactivity)
22:18:07Varriount_Araq: Sorry for not being around much. School is hitting me hard.
22:19:31*bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
22:20:14*Kingsquee joined #nim
22:20:37*rupil joined #nim
22:20:50*Enamex quit (Ping timeout: 244 seconds)
22:22:43*strcmp3 quit (Ping timeout: 240 seconds)
22:24:06*Mat4 quit (Quit: Leaving)
22:33:52*enamex_ joined #nim
22:47:51*elrood quit (Quit: Leaving)
23:08:40*yglukhov joined #nim
23:11:06*Matthias247 quit (Read error: Connection reset by peer)
23:13:36*yglukhov quit (Ping timeout: 264 seconds)
23:14:05*strcmp1 joined #nim
23:17:13*pregressive joined #nim
23:21:40*pregressive quit (Ping timeout: 246 seconds)
23:25:47*Trustable quit (Remote host closed the connection)
23:57:59*Sahnvour quit (Read error: Connection reset by peer)