00:06:55 | * | yglukhov quit (Remote host closed the connection) |
00:32:47 | * | benwbooth quit (Remote host closed the connection) |
00:37:38 | * | girvo quit (Quit: leaving) |
00:45:49 | * | icebattle quit (Quit: leaving) |
01:09:09 | * | jeffc quit (Read error: Connection reset by peer) |
01:09:42 | * | jeffc joined #nim |
01:19:08 | * | chemist69 joined #nim |
01:22:03 | * | chemist69_ quit (Ping timeout: 240 seconds) |
01:27:13 | * | yglukhov joined #nim |
01:31:55 | * | yglukhov quit (Ping timeout: 252 seconds) |
01:49:51 | * | brson quit (Quit: leaving) |
02:01:31 | * | mcc joined #nim |
02:13:14 | * | yglukhov joined #nim |
02:17:33 | * | yglukhov quit (Ping timeout: 240 seconds) |
02:47:07 | * | yglukhov joined #nim |
02:51:31 | * | yglukhov quit (Ping timeout: 244 seconds) |
03:23:15 | * | yglukhov joined #nim |
03:27:30 | * | yglukhov quit (Ping timeout: 246 seconds) |
03:50:16 | * | vegansk quit (Remote host closed the connection) |
03:59:18 | * | yglukhov joined #nim |
04:03:39 | * | yglukhov quit (Ping timeout: 258 seconds) |
04:47:45 | * | endragor joined #nim |
04:59:45 | * | BitPuffin|osx quit (Ping timeout: 276 seconds) |
05:02:03 | ftsf | hmm is cast the only dangerous operation? |
05:12:35 | * | yglukhov joined #nim |
05:17:18 | * | yglukhov quit (Ping timeout: 276 seconds) |
05:37:02 | * | yglukhov joined #nim |
05:41:47 | * | yglukhov quit (Ping timeout: 260 seconds) |
05:54:44 | * | Demon_Fox joined #nim |
06:01:47 | * | zodiak_ joined #nim |
06:04:01 | * | zodiak quit (Ping timeout: 258 seconds) |
06:07:31 | ftsf | my nim app is segfaulting and I can't figure out why =( |
06:08:27 | ftsf | but only when i start using SDL audio |
06:13:05 | * | yglukhov joined #nim |
06:17:11 | * | yglukhov quit (Ping timeout: 240 seconds) |
06:19:51 | * | endragor_ joined #nim |
06:23:00 | * | endragor quit (Ping timeout: 250 seconds) |
06:23:09 | flyx | ftsf: calling C libs is obviously a dangerous operation ;) |
06:27:38 | ftsf | ahh yes, of course |
06:37:28 | * | yglukhov joined #nim |
06:37:52 | * | kssreeram joined #nim |
06:39:10 | * | pandada8 quit (Quit: WeeChat 1.1.1) |
06:41:03 | * | endragor_ quit (Remote host closed the connection) |
06:41:42 | * | endragor joined #nim |
06:41:56 | * | yglukhov quit (Ping timeout: 272 seconds) |
06:42:21 | * | pafmaf joined #nim |
06:47:22 | * | kssreeram quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
06:56:56 | * | mcc quit (Quit: Connection closed for inactivity) |
06:58:38 | * | kssreeram joined #nim |
06:58:47 | * | kssreeram quit (Client Quit) |
07:03:14 | * | ivan2kh joined #nim |
07:08:16 | * | beatmox quit (Remote host closed the connection) |
07:10:31 | * | fredrik92 joined #nim |
07:12:01 | * | Trustable joined #nim |
07:13:44 | * | yglukhov joined #nim |
07:20:37 | * | yglukhov quit (Ping timeout: 250 seconds) |
07:27:49 | * | vegansk joined #nim |
07:33:33 | * | kssreeram joined #nim |
07:37:22 | * | ivan2kh quit (Quit: Page closed) |
07:38:40 | ftsf | ooh, i had to compile with --threads:on |
07:39:38 | ftsf | with --threads:off (default) it crashes mysteriously |
07:45:11 | * | ivan2kh joined #nim |
07:45:16 | * | endragor quit (Remote host closed the connection) |
07:46:46 | * | hendi__ joined #nim |
07:52:02 | ivan2kh | Hi guyz. Please help me with the following code: |
07:52:05 | ivan2kh | template declareInt(x: untyped) = (var x = 54) |
07:52:08 | ivan2kh | var ast = getAst(declareInt(g)) |
07:52:10 | ivan2kh | c:\work\1\ex.nim(24, 31) Error: undeclared identifier: 'g' |
07:52:14 | ivan2kh | why does getAst requires declared 'g'? |
07:52:52 | * | brechtm joined #nim |
07:58:47 | * | ALhult joined #nim |
07:58:53 | * | ALhult left #nim (#nim) |
07:59:03 | * | kssreeram quit (Ping timeout: 240 seconds) |
08:02:38 | * | kssreeram joined #nim |
08:04:03 | * | endragor joined #nim |
08:12:56 | * | nd joined #nim |
08:16:49 | * | yglukhov joined #nim |
08:19:39 | * | yglukhov quit (Read error: Connection reset by peer) |
08:19:54 | * | yglukhov joined #nim |
08:23:17 | * | vegansk quit (Remote host closed the connection) |
08:25:25 | Araq | ivan2kh: getAst doesn't support 'untyped' parameters. :-) |
08:25:39 | Araq | (and supporting them seems hard to do...) |
08:29:21 | ivan2kh | Thank you Araq |
08:30:09 | ivan2kh | Are there any workaround? |
08:37:15 | * | kssreeram quit (Ping timeout: 246 seconds) |
08:43:27 | * | kssreeram joined #nim |
08:53:11 | Araq | macros.newVarStmt() |
08:55:53 | ivan2kh | wow. thanks! |
08:56:40 | flyx | Araq: is there any plan to support finished() on JS backend? |
09:00:13 | Araq | flyx: first class iterators are somewhat hard to support for JS |
09:00:19 | Araq | since it lacks a 'goto' |
09:00:31 | Araq | this means it's somewhat hard to support |
09:03:06 | flyx | hmm okay. I might rewrite parts of NimYAML to support the JS backend then |
09:09:38 | * | kssreeram quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
09:10:18 | * | kssreeram joined #nim |
09:14:34 | * | kssreeram quit (Client Quit) |
09:21:20 | * | TheLemonMan joined #nim |
09:23:03 | * | kssreeram joined #nim |
09:27:28 | zielmicha | (1.uint + 1) works, but (1 + 1.uint) fails to compile. Is this intended? |
09:29:19 | * | kssreeram quit (Ping timeout: 252 seconds) |
09:34:03 | * | kssreeram joined #nim |
09:51:15 | Araq | no. |
10:01:19 | * | Demon_Fox quit (Quit: Leaving) |
10:05:37 | * | hendi__ quit (Ping timeout: 252 seconds) |
10:07:56 | * | fredrik92 quit (Quit: Shutting down...) |
10:14:00 | * | kssreeram quit (Read error: Connection reset by peer) |
10:24:27 | * | kssreeram joined #nim |
10:27:00 | * | beatmox joined #nim |
10:28:54 | * | TheLemonMan quit (Ping timeout: 258 seconds) |
10:41:50 | * | elrood joined #nim |
10:43:05 | * | saml_ joined #nim |
10:45:23 | * | desophos quit (Read error: Connection reset by peer) |
10:54:00 | * | kssreeram quit (Read error: Connection reset by peer) |
11:01:36 | * | brechtm quit (Ping timeout: 272 seconds) |
11:10:24 | * | fastrom joined #nim |
11:12:19 | * | ephja joined #nim |
11:15:51 | * | fastrom quit (Ping timeout: 240 seconds) |
11:27:38 | * | fastrom joined #nim |
11:41:16 | * | Guest94379 is now known as taotetek |
12:18:14 | * | M-Quora quit (Remote host closed the connection) |
12:18:14 | * | Flox42 quit (Remote host closed the connection) |
12:18:14 | * | M-max quit (Remote host closed the connection) |
12:23:18 | * | Flox42 joined #nim |
12:50:51 | * | saml_ quit (Ping timeout: 264 seconds) |
13:13:50 | * | brechtm joined #nim |
13:18:27 | * | brechtm quit (Ping timeout: 264 seconds) |
13:44:07 | * | michael_campbell joined #nim |
13:51:10 | * | Jesin quit (Quit: Leaving) |
13:55:26 | * | Jesin joined #nim |
14:09:02 | * | nsf quit (Quit: WeeChat 1.5) |
14:19:46 | * | cheatfate quit (Quit: Leaving) |
14:36:14 | * | shodan45 joined #nim |
14:37:33 | * | btbytes joined #nim |
14:40:06 | * | M-Quora joined #nim |
14:40:13 | * | M-max joined #nim |
14:59:25 | * | kssreeram joined #nim |
15:05:22 | * | kssreeram quit (Ping timeout: 252 seconds) |
15:08:11 | * | endragor quit (Ping timeout: 240 seconds) |
15:27:24 | * | hendi__ joined #nim |
15:30:22 | * | ivan2kh quit (Ping timeout: 250 seconds) |
15:50:12 | * | shodan45 quit (Quit: Konversation terminated!) |
15:53:00 | * | btbytes quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
16:03:07 | * | brson joined #nim |
16:23:06 | * | icebattle joined #nim |
16:24:51 | * | ephja quit (Ping timeout: 276 seconds) |
16:27:32 | * | yglukhov quit (Ping timeout: 260 seconds) |
16:30:06 | * | GangstaCat joined #nim |
16:30:52 | * | icebattle quit (Quit: leaving) |
16:45:14 | * | Ven joined #nim |
16:47:07 | * | icebattle joined #nim |
16:50:51 | * | brson quit (Ping timeout: 276 seconds) |
16:51:26 | * | ephja joined #nim |
16:56:37 | * | brechtm joined #nim |
17:01:22 | * | brechtm quit (Ping timeout: 260 seconds) |
17:02:37 | * | kssreeram joined #nim |
17:04:09 | * | brson joined #nim |
17:07:12 | * | kssreeram quit (Ping timeout: 260 seconds) |
17:09:35 | * | yglukhov joined #nim |
17:11:23 | * | yglukhov quit (Remote host closed the connection) |
17:11:35 | * | yglukhov joined #nim |
17:28:36 | * | brechtm joined #nim |
17:34:09 | dom96 | Chapter 8 of Nim in Action is now available! |
17:34:38 | * | yglukhov quit (Remote host closed the connection) |
17:40:58 | * | kulelu88 joined #nim |
17:43:26 | Araq | that's not the chapter that I reviewed, right? :-) |
17:46:18 | dom96 | Araq: nope |
17:52:29 | dom96 | Araq: You should read it :) |
17:55:05 | Araq | tomorrow |
18:03:13 | * | aziz joined #nim |
18:03:29 | * | btbytes joined #nim |
18:09:52 | * | brson quit (Quit: leaving) |
18:33:16 | * | euantor joined #nim |
18:36:09 | * | hendi__ quit (Ping timeout: 276 seconds) |
18:38:15 | * | yglukhov joined #nim |
18:43:02 | * | euantor quit (Remote host closed the connection) |
18:43:56 | * | euantor joined #nim |
18:54:01 | * | euantor quit (Remote host closed the connection) |
18:57:26 | * | euantor joined #nim |
18:57:50 | * | yglukhov quit (Remote host closed the connection) |
19:01:41 | * | euantor quit (Remote host closed the connection) |
19:04:13 | * | kssreeram joined #nim |
19:09:16 | * | kssreeram quit (Ping timeout: 272 seconds) |
19:11:35 | * | euantor joined #nim |
19:14:42 | * | btbytes quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
19:14:52 | * | yglukhov joined #nim |
19:16:51 | * | brechtm quit (Read error: Connection reset by peer) |
19:17:00 | * | brechtm joined #nim |
19:29:21 | * | euantor quit (Remote host closed the connection) |
19:35:22 | * | yglukhov quit (Remote host closed the connection) |
19:36:45 | * | Varriount joined #nim |
19:37:50 | * | btbytes joined #nim |
19:39:31 | * | Varriount__ quit (Ping timeout: 240 seconds) |
19:41:08 | * | Matthias247 joined #nim |
19:43:54 | * | fastrom quit (Quit: Leaving.) |
19:45:01 | * | desophos joined #nim |
19:50:18 | * | yglukhov joined #nim |
19:50:34 | * | btbytes quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
19:52:21 | * | btbytes joined #nim |
19:52:38 | namnguyen | http://openpuppies.com/#pn1e9TO |
19:52:49 | namnguyen | press space bar for more goodness |
20:38:20 | Araq | this is not #nim-offtopic |
20:39:42 | * | brechtm_ joined #nim |
20:39:42 | * | brechtm quit (Read error: Connection reset by peer) |
20:41:35 | * | GangstaCat quit (Quit: Leaving) |
20:43:55 | * | chemist69 quit (Quit: WeeChat 1.5) |
20:44:43 | * | btbytes quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
20:46:52 | namnguyen | oh shit. sorry, wrong window. |
20:47:52 | * | Mat4 joined #nim |
20:48:02 | Mat4 | hi all |
20:55:37 | * | euantor joined #nim |
20:55:42 | * | chemist69 joined #nim |
20:55:54 | Araq | hi Mat4 |
20:56:02 | Mat4 | hi Araq |
20:58:23 | Mat4 | I make some progress with this Rim project (sadly no specification yet because I regenerate from an accident at current) |
21:03:31 | * | brson joined #nim |
21:06:30 | * | kssreeram joined #nim |
21:11:14 | * | euantor quit () |
21:11:30 | * | kssreeram quit (Ping timeout: 276 seconds) |
21:31:05 | * | yglukhov quit (Remote host closed the connection) |
21:43:52 | * | saml quit (Quit: Leaving) |
21:50:05 | * | btbytes joined #nim |
21:52:47 | * | btbytes quit (Client Quit) |
21:53:38 | * | Mat4 left #nim (#nim) |
21:59:53 | * | btbytes joined #nim |
22:16:32 | * | yglukhov joined #nim |
22:19:09 | * | aziz quit (Remote host closed the connection) |
22:21:00 | * | ephja quit (Read error: No route to host) |
22:21:33 | * | yglukhov quit (Ping timeout: 240 seconds) |
22:32:28 | * | Demon_Fox joined #nim |
22:39:37 | * | cheatfate joined #nim |
22:44:43 | * | yglukhov joined #nim |
22:49:39 | * | yglukhov quit (Ping timeout: 276 seconds) |
22:59:12 | * | pafmaf quit (Read error: Connection reset by peer) |
23:04:50 | * | Matthias247 quit (Read error: Connection reset by peer) |
23:08:02 | * | kssreeram joined #nim |
23:10:21 | * | yglukhov joined #nim |
23:12:24 | * | kssreeram quit (Ping timeout: 244 seconds) |
23:14:28 | * | yglukhov quit (Ping timeout: 244 seconds) |
23:17:08 | * | Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
23:18:21 | * | muren joined #nim |
23:18:53 | * | muren left #nim (#nim) |
23:34:58 | * | yglukhov joined #nim |
23:39:27 | * | yglukhov quit (Ping timeout: 264 seconds) |
23:45:34 | * | yglukhov joined #nim |
23:49:31 | * | yglukhov quit (Ping timeout: 240 seconds) |
23:59:47 | * | Trustable quit (Remote host closed the connection) |