<< 07-10-2016 >>

00:11:02PMunchHmm, apparently the <this> thing works if I have anything that is a valid token in nim after it.. I'm guessing that is because < is less than and > is more than..
00:11:20*nsf quit (Quit: WeeChat 1.5)
00:19:23*irrequietus quit ()
00:24:44*dddddd quit (Ping timeout: 244 seconds)
00:52:27*libman quit (Quit: Leaving.)
00:53:13*Demon_Fox quit (Quit: Leaving)
01:04:37*kulelu88 quit (Quit: Leaving)
01:05:42*Dankrad joined #nim
01:06:53*Dankrad quit (Client Quit)
01:28:38*cyraxjoe quit (Quit: No Ping reply in 180 seconds.)
01:33:21*yglukhov joined #nim
01:34:39*chemist69 quit (Disconnected by services)
01:34:44*chemist69_ joined #nim
01:35:23PMunchUhm, why does the findChild template in macros shadow the result varable?
01:37:35*yglukhov quit (Ping timeout: 244 seconds)
01:51:01*ARCADIVS joined #nim
02:08:11*gokr quit (Ping timeout: 256 seconds)
02:10:04*PMunch quit (Quit: leaving)
02:20:56*Dankrad joined #nim
02:24:03*Dankrad1 quit (Ping timeout: 256 seconds)
02:36:36*yglukhov joined #nim
02:41:08*yglukhov quit (Ping timeout: 244 seconds)
03:01:05*enthus1ast quit (Ping timeout: 264 seconds)
03:19:01*yglukhov joined #nim
03:21:48*Demon_Fox joined #nim
03:23:30*yglukhov quit (Ping timeout: 244 seconds)
04:01:22*yglukhov joined #nim
04:06:31*yglukhov quit (Ping timeout: 272 seconds)
04:29:07*yglukhov joined #nim
04:33:14*yglukhov quit (Ping timeout: 244 seconds)
05:53:54*brechtm_ quit (Remote host closed the connection)
05:58:32*zaquest quit (Quit: Leaving)
06:14:18*zaquest joined #nim
06:56:13*brechtm joined #nim
06:56:56*Andris_zbx joined #nim
06:58:55*yglukhov joined #nim
07:02:47*yglukhov_ joined #nim
07:03:51*yglukhov quit (Ping timeout: 272 seconds)
07:05:02*desophos quit (Read error: Connection reset by peer)
07:11:47*gokr joined #nim
07:19:39*foocraft joined #nim
07:20:38*Trustable joined #nim
07:22:22*bjz joined #nim
07:35:16*nsf joined #nim
07:38:54*bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
07:43:04*bjz joined #nim
07:50:57*bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
07:55:17FromGitter<BontaVlad> how can I convert this from python to nim `seq[-1:] --> last element`
07:55:42FromGitter<BontaVlad> or `seq[-2:] --> last 2 elements`
07:59:35euantor@BontaVlad: https://glot.io/snippets/ej4xn2ofg9
07:59:50euantorBasically, using `^X` to start/end from the end
07:59:55euantorhttp://nim-lang.org/docs/tut1.html#advanced-types-slices
08:04:51flyxgirvo, libman: well I built NimYAML for serialization, which works quite good except for some special cases currently.
08:06:26FromGitter<BontaVlad> great ty @euantorano
08:12:32*bjz joined #nim
08:16:32*LindsayLojban quit (Quit: co'o ro pendo be mi)
08:17:14*ldlework joined #nim
08:17:14*ldlework quit (Changing host)
08:17:14*ldlework joined #nim
08:17:46*ldlework quit (Remote host closed the connection)
08:17:52*FuntDobra quit (Quit: leaving)
08:18:10*FuntDobra joined #nim
08:18:45*ldlework joined #nim
08:18:45*ldlework quit (Changing host)
08:18:46*ldlework joined #nim
08:39:56*xet7 joined #nim
08:42:57*yglukhov joined #nim
08:43:55FromGitter<BontaVlad> in templates `expr` is deprecated, with what should I replace it?
08:45:54*yglukhov_ quit (Ping timeout: 244 seconds)
08:45:58FromGitter<Araq> @BontaVlad depends, most of the time 'untyped'
08:47:13FromGitter<BontaVlad> Should I make a issue or a PR to make the error message better illustrate the alternatives?
08:47:20FromGitter<BontaVlad> ps: Ty @Araq
08:47:45FromGitter<Araq> sure if you can do it. improving deprecation messages is hard
08:47:45euantorA lot of the docs and stdlib need updating to not use `expr`
08:48:02euantorBut that's a job that would take a while
08:48:12FromGitter<Araq> a lot from the docs and stdlib is already updated though
08:48:22FromGitter<Araq> still more left, yes
08:49:02euantorAraq: Yep, a simple search on GitHub finds ~270 results: https://github.com/nim-lang/Nim/search?utf8=%E2%9C%93&q=expr
08:50:10FromGitter<Araq> most of which are tests though
08:50:17euantorTrue
08:50:37FromGitter<Araq> you can use nimgrep to do the substitutions
08:50:39euantorThe tutorial (tut2) is the main place that still uses expr when talking about templates
08:51:04FromGitter<Araq> ah damn, I thought I updated it everywhere in the official docs :P
08:51:31euantorYeah, that's the one most likely to cause confusion for new users I would think
08:52:57*elrood joined #nim
08:54:51*ehmry quit (Remote host closed the connection)
08:54:52*hohlerde quit (Remote host closed the connection)
08:54:52*M-Quora quit (Remote host closed the connection)
08:54:52*TheManiac quit (Remote host closed the connection)
08:59:54FromGitter<recoilme> Hi.Sorry for stupid question.. I want to build shared lib from (.so file) for android platform, but dont understand from which point to start. I look at cross_calculator code example but it seems not work... I try start from command like this: nim c --app:lib --cc:gcc --noMain --header --os:linux --cpu:arm hi.nim but its try found arm-linux-gcc (thats this?) I want duild c source for arm platform and then - make shared lib via android.mk
08:59:54FromGitter... Please, help(
09:07:07*zielmicha[m] joined #nim
09:12:05FromGitter<endragor> @recoilme try `-c` option - that will make Nim only generate C sources, without trying to compile them.
09:13:45*hohlerde joined #nim
09:13:45*M-Quora joined #nim
09:13:45*ehmry joined #nim
09:13:52*TheManiac joined #nim
09:17:34FromGitter<Araq> @recoilme seems like you need to install a GCC to ARM cross compiler
09:19:00*Demon_Fox quit (Quit: Leaving)
09:19:42*yglukhov quit (Remote host closed the connection)
09:21:53FromGitter<recoilme> thank you for advance! is gcc to arm some alternative to android ndk?
09:21:55*yglukhov joined #nim
09:26:05*xet7 quit (Quit: Leaving)
09:27:01*bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
09:38:32*filcuc joined #nim
09:39:19FromGitter<Araq> I don't know what the NDK contains
09:40:16ldleworknative dev kit
09:43:43*filcuc quit (Read error: Connection reset by peer)
09:44:00*filcuc joined #nim
09:47:15*zielmicha[m] quit (Ping timeout: 272 seconds)
09:47:58Araq_ldlework: does it include an ARM C compiler?
09:48:07ldleworkno idea
09:48:18*PMunch joined #nim
09:49:35FromGitter<recoilme> @Araq i install gcc2arm and if i understand right i must compile with arm-none-eabi-gcc? So i try with this command: nim c --app:lib --cc:gcc --noMain --header --os:none-eabi --cpu:arm hi.nim but give error unknown os none-eabi
09:51:20flyxrecoilme: just set arm.linux.gcc.exe = "arm-non-eabi-gcc" in your config?
09:52:00FromGitter<recoilme> wow! i will try thank you
09:52:00Araq_recoilme: please look into 'nake' and how it does it, it has support for Android apps and knows more about it than me
09:52:05flyxthere's anexample here: http://nim-lang.org/docs/nimc.html#cross-compilation
09:52:20*zielmicha[m] joined #nim
09:54:04*gangstacat quit (Ping timeout: 265 seconds)
09:54:58flyxrecoilme: this may help: https://github.com/yglukhov/nim-sdl-template/blob/master/nakefile.nim#L154
09:56:26*aziz joined #nim
09:57:31*mitai joined #nim
10:01:07*gangstacat joined #nim
10:05:07*mitai___ joined #nim
10:05:11*mitai quit (Ping timeout: 265 seconds)
10:05:28*gangstacat quit (Ping timeout: 244 seconds)
10:19:07*confundus joined #nim
10:23:41*fredrik92 joined #nim
10:30:53*aziz quit (Remote host closed the connection)
10:31:18*gangstacat joined #nim
10:36:43*enthus1ast joined #nim
10:38:19*mitai___ quit (Quit: Konversation terminated!)
10:38:45*derka quit (Ping timeout: 256 seconds)
10:46:25FromGitter<coffeepots> anyone who uses nim on linux, what are some good gui editors?
10:46:54flyxcoffeepots: you mean, editors for designing a GUI, or code editors having a GUI?
10:47:00flyxfor the latter, VS Code
10:47:04flyx(surprisingly)
10:47:14FromGitter<coffeepots> VS code runs on linux? :)
10:47:34flyxsure
10:47:34*flyx uses it on OSX and Linux
10:48:17flyxit has nimsuggest integration
10:48:17FromGitter<coffeepots> excellent! Well, that's fantastic as that's what I used on windows :)
10:48:46FromGitter<coffeepots> nim was easy to set up on linux too so looks like not much disruption for me :)
10:49:00FromGitter<coffeepots> cheers flyx :)
10:51:17PMunchAnyone here who have used the pegs module? I'm having some trouble with it. I've got a peg"(('-'{[a-zA-Z]})\s+('--'{[a-zA-Z][a-zA-Z_\-]+}) / ('--'{[a-zA-Z][a-zA-Z_\-]+}) / ('-'{[a-zA-Z]}))$" which matches terminal arguments like "-h --help" or "--version" or "-v" but I'm struggling to actually get the words matched out..
10:52:09PMunchIf I simply do a "-h" =~ peg then I get a magic variable matches where I can get them but I can't get the length..
10:52:47*derka joined #nim
10:58:15cheatfateAraq_, unsigned is broken as hell, because of lazy contributors :)
10:59:19*enthus1ast quit (Ping timeout: 265 seconds)
10:59:34cheatfateits not possible to make `shl` of `uint32` by literal or event by `uint8`...
11:03:19*confundus quit (Quit: leaving)
11:03:57PMunchHmm, why can't I define a peg in a macro?
11:05:36PMunchI wanted to search the value of a StrLit in my macro but by putting a let pegName = peg"<something>" I get a attempt to access a nil address from the position..
11:06:26*derka quit (Ping timeout: 252 seconds)
11:10:35*bug2000 joined #nim
11:11:56*gokr quit (Ping timeout: 252 seconds)
11:12:26*derka joined #nim
11:14:02PMunchI don't get this.. Why can't PEGs be used in a macro?
11:14:58*gokr joined #nim
11:15:30*pafmaf joined #nim
11:16:01PMunchAh, so pegs can't be evaluated at compile-time?
11:28:21Araq_PMunch: unfortunately pegs do not yet work at compile-time
11:28:23*irrequietus joined #nim
11:28:35Araq_and so neither in a macro. known bug (even listed in my toto)
11:31:19PMunchYeah I figured. That's a shame, would love to use it for this
11:38:17*PMunch quit (Quit: leaving)
11:42:31*derka quit (Ping timeout: 272 seconds)
11:45:37*yglukhov quit (Ping timeout: 256 seconds)
12:07:00*derka joined #nim
12:13:05*derka quit (Ping timeout: 264 seconds)
12:18:42arnetheduckhey Araq_, saw the revert, oops.. I
12:18:52arnetheduck'll furnish a new one, more specific
12:18:57arnetheduckyes?
12:20:26arnetheduckany luck with ideas for the pthread patch?
12:23:12*yglukhov joined #nim
12:25:59*yglukhov quit (Remote host closed the connection)
12:30:16*yglukhov joined #nim
12:31:22*derka joined #nim
12:33:59cheatfatearnetheduck, maybe its better to find another way?
12:34:53cheatfateor you will check every constant you need for every platform/architecture pair?
12:37:11*derka quit (Ping timeout: 256 seconds)
12:47:27Araq_arnetheduck: no worries but I think I'll finally come up with a decent autoconf like feature
12:47:40Araq_in order to prevent further complications
12:54:38*Demon_Fox joined #nim
12:59:29*derka joined #nim
13:01:50*yglukhov quit (Read error: Connection reset by peer)
13:06:14*ARCADIVS quit (Quit: ARCADIVS)
13:06:18*gokr quit (Read error: Connection reset by peer)
13:06:41*yglukhov joined #nim
13:09:24*derka quit (Ping timeout: 244 seconds)
13:09:34arnetheduckcheatfate, I'm open to ideas.. a structured approach that would be the same for every c header would be nice but lacking that..
13:10:48*chrisheller quit (*.net *.split)
13:10:57arnetheduckone way is a dedicated libc wrapper library that does nothing else and takes a systematic approach to dealing with different os's, falling back on c headers only when the platform is not supported
13:11:35arnetheduckas is, it's hard to decipher even which parts of system.nim actually get used in the jungle of different when's
13:13:09Araq_arnetheduck: you can always introduce an unknown identifier to see if it's triggered :P
13:13:22*chrisheller joined #nim
13:13:45*enthus1ast joined #nim
13:13:58arnetheduckI rely on the build bots ;) though the turnaround time is not great
13:15:56*yglukhov quit (Read error: Connection reset by peer)
13:16:11FromGitter<recoilme> arnetheduck - oh, bots! i finish bot for telegram on nim recently (nsfw, channel gonewild)
13:16:41GaveUpstupid question but assuming you're talking #4853 ... was the point just to reduce dependencies on libc or...? Not being a compiler guy I was confused by the reasoning
13:17:20*yglukhov joined #nim
13:19:06arnetheduckGaveUp, it's to reduce dependency on libc headers (while still using implementation) so that nlvm (native nim compiler without c) can compile things...
13:22:40GaveUpk ... that was my gut ... stupid question #2, then ... perhaps split the defines out to an arch-specific files so attention is called to them... I suppose either way you take on having to explicitely support the arch vs relying on the libc headers but with it split out it would probably make it easier to add support for X vs a grep for when(defined)?
13:24:53cheatfatearnetheduck, is it possible for your nlvm get list of this `var const variables`?
13:26:07arnetheduckgrep can get a list of them: grep header|nodecl should catch most
13:26:31arnetheduckoh, and importc too
13:28:07GaveUpI can't say I've investigated it much, to be fair... just having flashbacks to trying to get rust to compile/run on mipsel. Longstory short that's what drove me to nim
13:28:56cheatfatearnetheduck, i dont know how your project works, but looks like it generates llvm bytecode which used to generate binary, am i right?
13:35:08UNIcodeXAnyone seen this IoT board? https://www.tessel.io/ It run rust and JavaScript, so that means, that it can also run Nim, since there's the JS cross compiler
13:36:43Araq_* Programmable in JavaScript
13:36:43Araq_* Planned support for Rust and other languages
13:37:04Araq_better to wait for native code support I guess, but surely you can use the JS backend too
13:37:10Araq_and start hacking right away
13:38:56UNIcodeXpretty cool stuff
13:41:13*Snircle quit (Quit: Textual IRC Client: www.textualapp.com)
13:42:27FromGitter<BontaVlad> priced at 44$ is more expensive then a rasb3 or a beagle bone black. Both run linux(rust, nodejs, nim)
13:42:44FromGitter<coffeepots> There's also this http://www.espruino.com/
13:43:06FromGitter<coffeepots> just for JS
13:43:55*Senketsu quit (Read error: Connection reset by peer)
13:44:11FromGitter<BontaVlad> also esp8266(I have a lot of them and they are great) especially wemos d1 mini https://www.google.ro/search?q=wemos+d1+mini&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjP8OHP6cjPAhXBuxQKHQ7eANAQ_AUICCgB&biw=1097&bih=559#imgrc=laHoldGRm5E2NM%3A
13:44:19*Senketsu joined #nim
13:45:01FromGitter<BontaVlad> I think tessel could win at the power consumption subject.
13:47:21UNIcodeXwow. thanks!
13:49:16*yglukhov quit (Read error: Connection reset by peer)
13:49:56*chemist69_ quit (Ping timeout: 265 seconds)
13:50:51FromGitter<BontaVlad> Also for doing embedded prog I like using this utility: http://platformio.org/ maybe you will find it useful
13:54:33*yglukhov joined #nim
13:54:59*xet7 joined #nim
13:56:10UNIcodeXlooks full featured
13:59:31*yglukhov quit (Read error: Connection reset by peer)
14:01:10*chemist69 joined #nim
14:06:58enthus1astnoobish question: how much effort would it be to port nim to one of these cpus? What needs to be done to port something like nim?
14:07:59enthus1astis it more like: change a few imports here and there or more like "big change in foo and bar and baz"?
14:08:30Araq_enthus1ast: compiler/platform.nim and that's pretty much it
14:09:01Araq_depends on the CPU though, but most new CPUs are boring designs requiring no changes to the GC's stack walking code
14:10:08Araq_niminst likely needs also some updates so that platform detection works for the generated shell scripts
14:15:56enthus1astAraq_ ahh i see. Even for a noob like me, nim internals are alway a good read.
14:22:19*gmpreussner quit (*.net *.split)
14:22:19*ekarlso_ quit (*.net *.split)
14:22:20*r4vi quit (*.net *.split)
14:22:20*zielmicha quit (*.net *.split)
14:22:22*Trixar_za quit (*.net *.split)
14:22:28*Arcanum_za joined #nim
14:22:48*gmpreussner joined #nim
14:22:53*ekarlso_ joined #nim
14:25:10*r4vi joined #nim
14:25:21*zielmicha joined #nim
14:31:01*pafmaf quit (Ping timeout: 265 seconds)
14:35:03arnetheduckcheatfate, yeah, underneath that's what it does.. nowadays it passes that to the assembler directly so you'll normally not see the bytecode
14:36:30cheatfatearnetheduck, so maybe for future compatibility you need some kind of autoconf stage? which will gather all nim's `var consts` prepare some kind of C file which dumps exact values of this consts and you can replace it?
14:38:40derlafffenthus1ast: are you sure to use nim here? it's runtime seems pretty heavy to me; hello world weights 20K and simple prog with a couple of external libs is 200K
14:39:27derlafffI write stuff for mips router and it's hardly enough
14:40:54FromGitter<Araq> @derlaff you can get the overhead down to C's IME
14:41:23derlafffI tried to disable all of that
14:41:37FromGitter<Araq> external libs are always an issue on such devices, you cannot use eg. glib either
14:41:52arnetheduckGaveUp, splitting is one way to approach it indeed - it's a fairly clean approach which concentrates all the the mess in one place, and with one kind of mess only.. it can also fallback on c headers for when no native port is available
14:41:56derlafffdebug build of prog which takes 200K weights 1,2M
14:42:11derlaffffortunately I have uclibc there
14:42:53arnetheduckderlafff, a lot of it is the gc.. you can try disabling it with gc:none and -d:useMalloc, and you'll get sizes closer to c
14:43:09FromGitter<Araq> and also --os:standalone
14:43:28*pregressive joined #nim
14:43:40FromGitter<Araq> and somebody should fix the codegen to not empty init procs :-)
14:43:43*pregressive quit (Remote host closed the connection)
14:43:48FromGitter<Araq> *to not generate
14:43:51derlafffnah, I want GC (:
14:43:55*pregressive joined #nim
14:43:58derlafffI think that's handled by -flto anyway
14:44:14FromGitter<Araq> lto can remove empty C functions?
14:44:19FromGitter<Araq> possible yeah.
14:44:25derlafffit can remove non-used functions
14:44:34FromGitter<Araq> they are used, but empty
14:44:41derlafffhmm
14:45:10derlafffanyway, that's my buildscript: https://github.com/derlaft/fdi/blob/master/build.sh
14:45:18derlafff-flto really saves much of binary size
14:45:30arnetheduckcheatfate, yeah, sort of.. that could work, but it would be a lot easier if the c interfacing bits were concentrated to one wrapper lib
14:45:45arnetheduckand at that point, you could sort of use c2nim
14:46:18arnetheduck(except that c2nim chokes on most headers, illustrating the difficulty of getting an automated solution right)
14:47:49GaveUparnetheduck: yeah ... it's a mess no matter what really, but at least it's an obvious mess and, in theory, it's easier to see what's needed to explicitely support a new port
14:48:09enthus1astderlafff, was just curios how one would port nim, no plans to use it on IoT hardware so far.
14:48:12cheatfatearnetheduck, i dont think its a good way to wrap all constants in one place, just because logical semantic of this constants will be lost...
14:48:18cheatfatebbl
14:48:20*cheatfate quit (Quit: Leaving)
14:51:39arnetheduckcheatfate, I think it's a rather simple solution.. libc gets a wrapper for all the functions it has, and whatever nim files use it should export symbols on their own which fit the semantic
14:52:37arnetheduck(functions and constants)
14:52:54*derka joined #nim
14:57:25Araq_I don't know why we cannot simply do var ECRAP {.importc, detect.}: cint and let the compiler detect ECRAP's value and cache this result
14:57:33Araq_like autoconf does
15:01:44arnetheduckI thought everyone hates autoconf and wants to get away from that model as much as possible ;)
15:02:02arnetheduckalso, you need a c compiler and a full complement of -devel packages available
15:03:31*xet7 quit (Quit: Leaving)
15:03:41arnetheduckand you
15:04:37arnetheduckstill need to get the types and everything else about the abi right
15:06:47*fredrik92 quit (Ping timeout: 256 seconds)
15:07:37Araq_autoconf sucks because it's built on top of M4 an archaic preprocessor
15:07:44Araq_not because its concept sucks
15:08:07Araq_but its concept surely is also a result of this non-standard that is Posix.
15:09:12*PMunch joined #nim
15:09:37*M-Quora quit (Ping timeout: 272 seconds)
15:10:22PMunchAraq_, you here? I was just wondering if any of the regex modules work with macros since pegs doesn't..
15:12:31PMunchI wanted to stay away from it because of the license but since pegs doesn't work I need something else..
15:14:28*fredrik92 joined #nim
15:14:42*M-Quora joined #nim
15:15:57*foocraft quit (Quit: Leaving)
15:19:07*zielmicha[m] quit (Ping timeout: 272 seconds)
15:20:25*zielmicha[m] joined #nim
15:23:05Araq_PMunch: try the scanf module, scanp macro
15:23:42Araq_or use pegs via staticExec :-)
15:23:48Araq_requires some creativity
15:25:20PMunchstaticExec?
15:25:56arnetheduckbbl
15:26:00PMunchHmm, the scanf/scanp looks promising though
15:27:11*PMunch quit (Quit: leaving)
15:28:44Araq_well I learned a bit since pegs :P
15:28:58Araq_scanp is superior.
15:38:13UNIcodeXI did a comparison of a simple "hello world" between Nim, Rust, and Python, when compiled. If anyone is interested ( https://drive.google.com/file/d/0B_x6RABG6pMhX2dpaFc3VkUxUEk/view?usp=sharing )
15:40:20FromGitter<recoilme> oh my, i build so lib for android after day of research
15:40:57FromGitter<recoilme> i think need to write some more fresh example about it
15:41:47FromGitter<Araq> @recoilme does it work? :-)
15:48:36FromGitter<recoilme> didnt test, lol)
15:56:56*Andris_zbx quit (Remote host closed the connection)
15:58:27joshbaptiste_UNIcodeX: also interesting... https://hookrace.net/blog/nim-binary-size/
15:59:40UNIcodeXjoshbaptiste_, it says that the 150 byte binary is 1 byte smaller than Rust. clearly i'm not optimizing enough in my test with Rust.
16:01:25*filcuc quit (Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/)
16:08:56*nsf quit (Quit: WeeChat 1.5)
16:12:47*gangstacat quit (Ping timeout: 252 seconds)
16:15:07UNIcodeXjoshbaptiste_, good read. wow that's impressive
16:15:25UNIcodeXnot that you'd need to optimize that small under normal circumstances, but still cool as an exercise.
16:24:29*fredrik92 quit (Ping timeout: 264 seconds)
16:25:17*fredrik92 joined #nim
16:30:40*libman joined #nim
16:35:49UNIcodeXwhen i try to use "nim --os:standalone --d:release --opt:size c hello" as in the example, with a panicoverride.nim file, i get "Error: undeclared identifier: 'stdout'"
16:38:08*enthus1ast quit (Ping timeout: 244 seconds)
16:38:48*enthus1ast joined #nim
16:55:55elroodUNIcodeX, joshbaptiste_: some would argue that anything substantially bigger than 60 bytes for a helloWorld-style binary is bloatware ;) https://github.com/mydzor/tinyelf-arm http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
16:59:35*brechtm_ joined #nim
17:02:47*brechtm quit (Ping timeout: 265 seconds)
17:04:06*pafmaf joined #nim
17:06:09*enthus1ast quit (Ping timeout: 272 seconds)
17:08:36*derka quit (Ping timeout: 244 seconds)
17:08:59*fredrik92 quit (Quit: Client disconnecting)
17:16:11*Trustable quit (Remote host closed the connection)
17:21:33*derka joined #nim
17:27:43*Matthias247 joined #nim
17:37:08*PMunch joined #nim
17:38:02*brechtm_ quit (Remote host closed the connection)
17:41:42PMunchHmm, the scanp macro in strscans has no useful explanation in the docs..
17:42:10PMunchIt just says: "See top level documentation of his module of how scanp works." but nowhere else is scanp mentioned..
17:43:26Araq_sorry, yeah, look at the example at the bottom of the file
17:44:15PMunchOh, at the bottom of the source file :P
17:56:44*chemist69 quit (Ping timeout: 252 seconds)
17:58:00*Matthias247 quit (Read error: Connection reset by peer)
17:59:16*chemist69 joined #nim
18:06:03*pie__ quit (Changing host)
18:06:03*pie__ joined #nim
18:13:13PMunchHmm, I honestly can't tell how to use scanp :P
18:13:34PMunchFor example, what does *(* mean?
18:13:43PMunchor ~'U'
18:17:51*Kingsquee joined #nim
18:20:23*derka quit (Ping timeout: 252 seconds)
18:24:22*fredrik92 joined #nim
18:25:37*Dankrad quit (Read error: Connection reset by peer)
18:25:52*shodan45 joined #nim
18:27:57*fredrik92 quit (Client Quit)
18:29:02*fredrik92 joined #nim
18:29:09*Dankrad joined #nim
18:40:46UNIcodeXfixed the undeclared identifier error by adding "--gc:stack" to the options.
18:40:56UNIcodeXgot an executable of just of 9K
18:42:39*pregressive quit (Remote host closed the connection)
18:43:14*pregressive joined #nim
18:47:53*pregressive quit (Ping timeout: 264 seconds)
18:57:10*NimBot joined #nim
18:57:16*sarlalian joined #nim
18:57:18*libman joined #nim
18:57:19*irrequietus joined #nim
18:58:31*fold4 joined #nim
19:00:42*Xe` joined #nim
19:01:57*abruanese quit (Ping timeout: 276 seconds)
19:06:40*abruanese joined #nim
19:06:44*irrequietus quit (Ping timeout: 260 seconds)
19:06:45*irrequietus_ joined #nim
19:08:47*fredrik92 quit (*.net *.split)
19:08:47*chemist69 quit (*.net *.split)
19:08:47*r4vi quit (*.net *.split)
19:08:47*Senketsu quit (*.net *.split)
19:08:47*Demon_Fox quit (*.net *.split)
19:08:47*zaquest quit (*.net *.split)
19:08:47*Jesin quit (*.net *.split)
19:08:47*corecode quit (*.net *.split)
19:08:47*astocko quit (*.net *.split)
19:08:47*kier quit (*.net *.split)
19:08:47*CcxCZ quit (*.net *.split)
19:08:47*RushPL quit (*.net *.split)
19:08:47*bug2000 quit (*.net *.split)
19:09:00*astocko joined #nim
19:09:10*Jesin joined #nim
19:09:10*chemist69 joined #nim
19:09:11*Senketsu joined #nim
19:09:13*zaquest joined #nim
19:09:13*bug2000 joined #nim
19:09:13*fredrik92 joined #nim
19:09:25*Demon_Fox joined #nim
19:10:03*RushPL joined #nim
19:10:38*CcxCZ joined #nim
19:10:54*corecode joined #nim
19:13:54*kier joined #nim
19:15:17*PMunch quit (Quit: leaving)
19:15:48*r4vi joined #nim
19:18:17*Sentreen quit (Ping timeout: 244 seconds)
19:18:55*pafmaf quit (*.net *.split)
19:18:55*zielmicha quit (*.net *.split)
19:18:55*ekarlso_ quit (*.net *.split)
19:18:55*FuntDobra quit (*.net *.split)
19:18:55*euantor quit (*.net *.split)
19:18:55*Kaini quit (*.net *.split)
19:18:55*pie__ quit (*.net *.split)
19:18:55*nicanaca0 quit (*.net *.split)
19:18:55*JStoker quit (*.net *.split)
19:19:13*pafmaf joined #nim
19:19:14*FuntDobra joined #nim
19:19:17*pie__ joined #nim
19:19:19*nicanaca0 joined #nim
19:19:21*Kaini joined #nim
19:19:26*ekarlso_ joined #nim
19:19:36*pie__ quit (Changing host)
19:19:36*pie__ joined #nim
19:19:38*ldlework is now known as LindsayLojban
19:19:43*JStoker joined #nim
19:25:23*PMunch joined #nim
19:26:06*zielmicha joined #nim
19:28:37*euantor joined #nim
19:31:29*Sentreen joined #nim
19:33:20*shodan45 quit (*.net *.split)
19:33:20*zielmicha[m] quit (*.net *.split)
19:33:20*M-Quora quit (*.net *.split)
19:33:20*TheManiac quit (*.net *.split)
19:33:20*ehmry quit (*.net *.split)
19:33:20*LindsayLojban quit (*.net *.split)
19:33:20*niv quit (*.net *.split)
19:33:21*arnetheduck quit (*.net *.split)
19:33:21*ftsf quit (*.net *.split)
19:33:21*StarBrilliant quit (*.net *.split)
19:33:21*allan0 quit (*.net *.split)
19:33:21*flyx quit (*.net *.split)
19:33:21*acidx quit (*.net *.split)
19:33:21*ludocode quit (*.net *.split)
19:33:21*gsingh93 quit (*.net *.split)
19:33:21*FreezerburnV quit (*.net *.split)
19:33:21*aedigix quit (*.net *.split)
19:33:21*beatmox quit (*.net *.split)
19:33:21*Vendan quit (*.net *.split)
19:33:21*cnu- quit (*.net *.split)
19:33:21*zxtx quit (*.net *.split)
19:33:26*ldlework joined #nim
19:33:26*ldlework quit (Changing host)
19:33:26*ldlework joined #nim
19:33:32*ludocode joined #nim
19:33:34*shodan45 joined #nim
19:33:37*FreezerburnV joined #nim
19:33:39*arnetheduck joined #nim
19:33:39*ftsf joined #nim
19:33:47*allan0 joined #nim
19:33:48*niv joined #nim
19:33:48*Vendan joined #nim
19:33:59*acidx joined #nim
19:34:01*aedigix joined #nim
19:34:04*cnu- joined #nim
19:34:35*gsingh93 joined #nim
19:34:53*zxtx joined #nim
19:36:40*Xe` is now known as Xe
19:37:30*beatmox joined #nim
19:37:36*Demon_Fox quit (Quit: Leaving)
19:38:05*StarBrilliant joined #nim
19:38:26*flyx joined #nim
19:42:28*derka joined #nim
19:44:17*irrequietus_ quit ()
19:44:33*irrequietus joined #nim
19:44:57*Trustable joined #nim
19:46:18*zielmicha quit (Read error: Connection reset by peer)
19:47:40*Dankrad quit (*.net *.split)
19:47:40*Kingsquee quit (*.net *.split)
19:47:40*gmpreussner quit (*.net *.split)
19:47:41*lyro quit (*.net *.split)
19:47:41*askatasuna quit (*.net *.split)
19:47:41*UNIcodeX quit (*.net *.split)
19:47:41*onionhammer1 quit (*.net *.split)
19:47:41*ofelas quit (*.net *.split)
19:47:41*zama quit (*.net *.split)
19:47:41*Pisuke quit (*.net *.split)
19:47:41*jh32 quit (*.net *.split)
19:47:41*pleiosaur quit (*.net *.split)
19:47:41*heinrich5991 quit (*.net *.split)
19:47:41*def- quit (*.net *.split)
19:47:41*joshbaptiste_ quit (*.net *.split)
19:47:41*taotetek quit (*.net *.split)
19:47:41*jonafato quit (*.net *.split)
19:47:41*rinukkusu quit (*.net *.split)
19:47:41*javax quit (*.net *.split)
19:47:41*SirCmpwn quit (*.net *.split)
19:47:41*reactormonk quit (*.net *.split)
19:47:41*jivank_ quit (*.net *.split)
19:47:41*bodie_ quit (*.net *.split)
19:47:41*literal quit (*.net *.split)
19:47:41*mal`` quit (*.net *.split)
19:47:51*SirCmpwn joined #nim
19:47:54*javax_ joined #nim
19:47:56*joshbaptiste joined #nim
19:48:01*onionhammer1 joined #nim
19:48:03*lyro joined #nim
19:48:03*jonafato joined #nim
19:48:03*gmpreussner joined #nim
19:48:04*pleiosaur joined #nim
19:48:05*ofelas joined #nim
19:48:05*rinukkusu joined #nim
19:48:06*literal joined #nim
19:48:07*heinrich5991 joined #nim
19:48:11*def- joined #nim
19:48:11*UNIcodeX joined #nim
19:48:11*zama joined #nim
19:48:13*taotetek joined #nim
19:48:16*Kingsquee joined #nim
19:48:17*reactormonk joined #nim
19:48:18*askatasuna joined #nim
19:48:32*taotetek is now known as Guest13951
19:48:48*Pisuke joined #nim
19:48:54*Dankrad joined #nim
19:49:15*bodie_ joined #nim
19:49:20*mal`` joined #nim
19:50:28*zielmicha[m] joined #nim
19:51:59*r4vi quit (Ping timeout: 258 seconds)
19:54:00*zielmicha joined #nim
19:54:03*ehmry joined #nim
19:56:24*mtj_ quit (*.net *.split)
19:56:24*vqrs quit (*.net *.split)
19:56:24*kunev_ quit (*.net *.split)
19:56:24*MonsterAbyss quit (*.net *.split)
19:56:24*Araq_ quit (*.net *.split)
19:56:25*BlaXpirit quit (*.net *.split)
19:56:25*jackv quit (*.net *.split)
19:56:25*Sergio965 quit (*.net *.split)
19:56:25*rektide quit (*.net *.split)
19:56:25*federico3 quit (*.net *.split)
19:56:25*SianaGearz quit (*.net *.split)
19:56:25*so quit (*.net *.split)
19:56:31*SianaGea1z joined #nim
19:56:39*vqrs joined #nim
19:56:40*kunev joined #nim
19:56:41*rektide joined #nim
19:56:52*so joined #nim
19:57:01*Araq joined #nim
19:57:04*BlaXpirit joined #nim
19:57:05*federico3 joined #nim
19:57:29FromGitter<Araq> @PMunch: does scanf not work for you?
19:57:32*mtj_ joined #nim
19:57:41*MonsterAbyss joined #nim
19:58:17PMunchI've got something working now with scanf. I was struggling with trying to use scanp, mostly just to see what the difference was
19:59:10*Sergio965 joined #nim
20:02:55*jackv joined #nim
20:05:36*TheManiac joined #nim
20:05:49*M-Quora joined #nim
20:07:39*r4vi joined #nim
20:08:11*so quit (*.net *.split)
20:08:11*dyce quit (*.net *.split)
20:08:11*Calinou quit (*.net *.split)
20:08:11*michael_campbel- quit (*.net *.split)
20:08:11*lenstr quit (*.net *.split)
20:08:11*joebo quit (*.net *.split)
20:08:11*FromGitter quit (*.net *.split)
20:08:11*nim-buildbot quit (*.net *.split)
20:08:11*dom96 quit (*.net *.split)
20:08:11*Amrykid quit (*.net *.split)
20:08:12*_stowa quit (*.net *.split)
20:08:12*Yaiyan quit (*.net *.split)
20:08:12*Amun_Ra quit (*.net *.split)
20:08:12*d10n quit (*.net *.split)
20:08:12*GaveUp quit (*.net *.split)
20:08:12*boop quit (*.net *.split)
20:08:12*jivank quit (*.net *.split)
20:08:17*LeNsTR|away joined #nim
20:08:18*michael_campbell joined #nim
20:08:21*so joined #nim
20:08:28*FromGitter joined #nim
20:08:29*yaiyan joined #nim
20:08:31*jivank joined #nim
20:08:32*Amrykid joined #nim
20:08:34*joebo joined #nim
20:08:37*boop joined #nim
20:08:44*Amun_Ra joined #nim
20:08:53*d10n joined #nim
20:08:54*d10n quit (Changing host)
20:08:54*d10n joined #nim
20:09:03*Calinou joined #nim
20:09:05*GaveUp joined #nim
20:09:54*dyce joined #nim
20:10:46*_stowa joined #nim
20:11:32*dom96 joined #nim
20:14:32*shodan45 quit (Quit: Konversation terminated!)
20:21:43*pigmej_ joined #nim
20:21:43*avsej_ joined #nim
20:21:44*avsej_ quit (Changing host)
20:21:44*avsej_ joined #nim
20:21:46*qwertfisch_ joined #nim
20:21:53*EastByte_ joined #nim
20:21:53*tstm1 joined #nim
20:21:54*daekano_ joined #nim
20:21:55*OnO joined #nim
20:22:03*tstm quit (*.net *.split)
20:22:03*qwertfisch quit (*.net *.split)
20:22:04*pigmej quit (*.net *.split)
20:22:04*Gonzih quit (*.net *.split)
20:22:04*daekano quit (*.net *.split)
20:22:04*baabelfish quit (*.net *.split)
20:22:04*interface quit (*.net *.split)
20:22:04*OnO_ quit (*.net *.split)
20:22:04*avsej quit (*.net *.split)
20:22:04*EastByte quit (*.net *.split)
20:22:04*qwertfisch_ is now known as qwertfisch
20:22:05*avsej_ is now known as avsej
20:22:05*daekano_ is now known as daekano
20:22:05*SunDwarf joined #nim
20:22:08*pigmej_ is now known as pigmej
20:22:27*Gonzih joined #nim
20:22:28*baabelfish joined #nim
20:26:11*Dankrad1 joined #nim
20:28:53*Dankrad quit (Ping timeout: 248 seconds)
20:30:58*TheManiac quit (Changing host)
20:30:58*TheManiac joined #nim
20:30:58*M-Quora quit (Changing host)
20:30:58*M-Quora joined #nim
20:30:59*r4vi quit (Changing host)
20:30:59*r4vi joined #nim
20:31:36*Dankrad joined #nim
20:32:17*Dankrad1 quit (Ping timeout: 240 seconds)
20:32:57*bjz joined #nim
20:33:32*bodie_ quit (*.net *.split)
20:33:32*M-Quora quit (*.net *.split)
20:33:32*TheManiac quit (*.net *.split)
20:33:32*mtj_ quit (*.net *.split)
20:33:32*BlaXpirit quit (*.net *.split)
20:33:33*ehmry quit (*.net *.split)
20:33:33*zielmicha[m] quit (*.net *.split)
20:33:33*askatasuna quit (*.net *.split)
20:33:33*Pisuke quit (*.net *.split)
20:33:33*pleiosaur quit (*.net *.split)
20:33:33*def- quit (*.net *.split)
20:33:33*flyx quit (*.net *.split)
20:33:33*StarBrilliant quit (*.net *.split)
20:33:33*beatmox quit (*.net *.split)
20:33:33*cnu- quit (*.net *.split)
20:33:34*FreezerburnV quit (*.net *.split)
20:33:34*Sentreen quit (*.net *.split)
20:33:34*euantor quit (*.net *.split)
20:33:34*bug2000 quit (*.net *.split)
20:33:35*Senketsu quit (*.net *.split)
20:33:35*chemist69 quit (*.net *.split)
20:33:35*CcxCZ quit (*.net *.split)
20:33:35*Sergio965 quit (*.net *.split)
20:33:35*federico3 quit (*.net *.split)
20:33:36*Araq quit (*.net *.split)
20:33:36*kunev quit (*.net *.split)
20:33:36*SianaGea1z quit (*.net *.split)
20:33:36*heinrich5991 quit (*.net *.split)
20:33:36*ofelas quit (*.net *.split)
20:33:36*lyro quit (*.net *.split)
20:33:36*Vendan quit (*.net *.split)
20:33:36*PMunch quit (*.net *.split)
20:33:36*ekarlso_ quit (*.net *.split)
20:33:37*sarlalian quit (*.net *.split)
20:33:37*pigmej quit (*.net *.split)
20:33:37*yaiyan quit (*.net *.split)
20:33:37*_stowa quit (*.net *.split)
20:33:38*UNIcodeX quit (*.net *.split)
20:33:38*jonafato quit (*.net *.split)
20:33:38*gmpreussner quit (*.net *.split)
20:33:38*zama quit (*.net *.split)
20:33:38*joshbaptiste quit (*.net *.split)
20:33:38*javax_ quit (*.net *.split)
20:33:38*acidx quit (*.net *.split)
20:33:38*allan0 quit (*.net *.split)
20:33:38*ludocode quit (*.net *.split)
20:33:39*vegai_ quit (*.net *.split)
20:33:39*chrisheller quit (*.net *.split)
20:33:39*so quit (*.net *.split)
20:33:39*LeNsTR|away quit (*.net *.split)
20:33:40*jackv quit (*.net *.split)
20:33:40*OnO quit (*.net *.split)
20:33:40*daekano quit (*.net *.split)
20:33:40*nim-buildbot quit (*.net *.split)
20:33:40*FromGitter quit (*.net *.split)
20:33:41*Dankrad quit (*.net *.split)
20:33:41*SunDwarf quit (*.net *.split)
20:33:41*tstm1 quit (*.net *.split)
20:33:41*avsej quit (*.net *.split)
20:33:41*d10n quit (*.net *.split)
20:33:41*Amun_Ra quit (*.net *.split)
20:33:41*Amrykid quit (*.net *.split)
20:33:41*bjz quit (*.net *.split)
20:33:41*EastByte_ quit (*.net *.split)
20:33:42*boop quit (*.net *.split)
20:33:42*dyce quit (*.net *.split)
20:33:42*jivank quit (*.net *.split)
20:33:42*joebo quit (*.net *.split)
20:33:42*michael_campbell quit (*.net *.split)
20:33:42*r4vi quit (*.net *.split)
20:33:42*vqrs quit (*.net *.split)
20:33:42*rektide quit (*.net *.split)
20:33:42*mal`` quit (*.net *.split)
20:33:43*Kingsquee quit (*.net *.split)
20:33:43*literal quit (*.net *.split)
20:33:43*irrequietus quit (*.net *.split)
20:33:43*aedigix quit (*.net *.split)
20:33:43*niv quit (*.net *.split)
20:33:43*ftsf quit (*.net *.split)
20:33:44*JStoker quit (*.net *.split)
20:33:44*Kaini quit (*.net *.split)
20:33:44*nicanaca0 quit (*.net *.split)
20:33:44*FuntDobra quit (*.net *.split)
20:33:44*kier quit (*.net *.split)
20:33:44*RushPL quit (*.net *.split)
20:33:44*zaquest quit (*.net *.split)
20:33:44*Xe quit (*.net *.split)
20:33:45*libman quit (*.net *.split)
20:33:45*fold4 quit (*.net *.split)
20:33:45*baabelfish quit (*.net *.split)
20:33:45*Gonzih quit (*.net *.split)
20:33:45*dom96 quit (*.net *.split)
20:33:45*GaveUp quit (*.net *.split)
20:33:45*Calinou quit (*.net *.split)
20:33:45*MonsterAbyss quit (*.net *.split)
20:33:45*zielmicha quit (*.net *.split)
20:33:46*reactormonk quit (*.net *.split)
20:33:46*Guest13951 quit (*.net *.split)
20:33:46*zxtx quit (*.net *.split)
20:33:46*gsingh93 quit (*.net *.split)
20:33:46*ldlework quit (*.net *.split)
20:33:46*pafmaf quit (*.net *.split)
20:33:46*Jesin quit (*.net *.split)
20:33:46*astocko quit (*.net *.split)
20:33:47*qwertfisch quit (*.net *.split)
20:33:47*corecode quit (*.net *.split)
20:33:47*Arcanum_za quit (*.net *.split)
20:33:48*hohlerde quit (*.net *.split)
20:33:48*elrood quit (*.net *.split)
20:33:48*huonw quit (*.net *.split)
20:33:48*jtremback__ quit (*.net *.split)
20:33:48*derlafff quit (*.net *.split)
20:39:35*chemist69 joined #nim
20:39:35*Senketsu joined #nim
20:39:35*bug2000 joined #nim
20:39:35*CcxCZ joined #nim
20:39:35*euantor joined #nim
20:39:35*Sentreen joined #nim
20:39:35*FreezerburnV joined #nim
20:39:35*cnu- joined #nim
20:39:35*beatmox joined #nim
20:39:35*StarBrilliant joined #nim
20:39:35*flyx joined #nim
20:39:35*pleiosaur joined #nim
20:39:35*def- joined #nim
20:39:35*askatasuna joined #nim
20:39:35*Pisuke joined #nim
20:39:35*zielmicha[m] joined #nim
20:39:35*ehmry joined #nim
20:39:35*BlaXpirit joined #nim
20:39:35*mtj_ joined #nim
20:39:35*TheManiac joined #nim
20:39:35*M-Quora joined #nim
20:39:35*bodie_ joined #nim
20:39:35*gangstacat joined #nim
20:39:35*sarlalian joined #nim
20:39:35*ekarlso_ joined #nim
20:39:35*PMunch joined #nim
20:39:35*Vendan joined #nim
20:39:35*lyro joined #nim
20:39:35*ofelas joined #nim
20:39:35*heinrich5991 joined #nim
20:39:35*SianaGea1z joined #nim
20:39:35*kunev joined #nim
20:39:35*Araq joined #nim
20:39:35*federico3 joined #nim
20:39:35*Sergio965 joined #nim
20:39:35*jh32 joined #nim
20:39:35*derlafff joined #nim
20:39:35*jtremback__ joined #nim
20:39:35*huonw joined #nim
20:39:35*elrood joined #nim
20:39:35*hohlerde joined #nim
20:39:35*Arcanum_za joined #nim
20:39:35*libman joined #nim
20:39:35*fold4 joined #nim
20:39:35*Xe joined #nim
20:39:35*astocko joined #nim
20:39:35*Jesin joined #nim
20:39:35*zaquest joined #nim
20:39:35*RushPL joined #nim
20:39:35*corecode joined #nim
20:39:35*kier joined #nim
20:39:35*pafmaf joined #nim
20:39:35*FuntDobra joined #nim
20:39:35*nicanaca0 joined #nim
20:39:35*Kaini joined #nim
20:39:35*JStoker joined #nim
20:39:35*ldlework joined #nim
20:39:35*ftsf joined #nim
20:39:35*niv joined #nim
20:39:35*aedigix joined #nim
20:39:35*gsingh93 joined #nim
20:39:35*zxtx joined #nim
20:39:35*irrequietus joined #nim
20:39:35*literal joined #nim
20:39:35*Guest13951 joined #nim
20:39:35*Kingsquee joined #nim
20:39:35*reactormonk joined #nim
20:39:35*mal`` joined #nim
20:39:35*zielmicha joined #nim
20:39:35*vqrs joined #nim
20:39:35*rektide joined #nim
20:39:35*MonsterAbyss joined #nim
20:39:35*jackv joined #nim
20:39:35*LeNsTR|away joined #nim
20:39:35*michael_campbell joined #nim
20:39:35*so joined #nim
20:39:35*FromGitter joined #nim
20:39:35*jivank joined #nim
20:39:35*Amrykid joined #nim
20:39:35*joebo joined #nim
20:39:35*boop joined #nim
20:39:35*Amun_Ra joined #nim
20:39:35*d10n joined #nim
20:39:35*Calinou joined #nim
20:39:35*GaveUp joined #nim
20:39:35*dyce joined #nim
20:39:35*dom96 joined #nim
20:39:35*avsej joined #nim
20:39:35*qwertfisch joined #nim
20:39:35*EastByte_ joined #nim
20:39:35*tstm1 joined #nim
20:39:35*daekano joined #nim
20:39:35*OnO joined #nim
20:39:35*SunDwarf joined #nim
20:39:35*Gonzih joined #nim
20:39:35*baabelfish joined #nim
20:39:35*Dankrad joined #nim
20:39:35*bjz joined #nim
20:39:41*pigmej joined #nim
20:39:41*_stowa joined #nim
20:39:41*yaiyan joined #nim
20:39:41*zama joined #nim
20:39:41*UNIcodeX joined #nim
20:39:41*gmpreussner joined #nim
20:39:41*jonafato joined #nim
20:39:41*joshbaptiste joined #nim
20:39:41*javax_ joined #nim
20:39:41*acidx joined #nim
20:39:41*allan0 joined #nim
20:39:41*ludocode joined #nim
20:39:41*vegai_ joined #nim
20:39:41*chrisheller joined #nim
20:39:56*libman faints at the sight of https://github.com/johnscillieri/netwatch/blob/master/LICENSE.txt
20:40:02libmanKILL IT WITH FIRE!!!
20:40:08*Pisuke quit (Max SendQ exceeded)
20:41:43*Pisuke joined #nim
20:43:23*jtremback__ quit (Ping timeout: 256 seconds)
20:48:04*bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
20:49:08*r4vi joined #nim
20:53:21*libman quit (Remote host closed the connection)
20:57:57*UNIcodeX quit (Quit: Leaving)
20:58:03*jtremback__ joined #nim
20:58:36*enthus1ast joined #nim
21:12:49*nsf joined #nim
21:21:27*bjz joined #nim
21:35:17*brechtm joined #nim
22:05:57*yglukhov joined #nim
22:05:58*elrood quit (Quit: Leaving)
22:11:47*Matthias247 joined #nim
22:17:32*Trustable quit (Remote host closed the connection)
22:20:27*Guest13951 is now known as aorist
22:21:16*aorist is now known as taotetek
22:23:43*bjz_ joined #nim
22:24:01*bjz quit (Ping timeout: 244 seconds)
22:38:27*fredrik92 quit (Quit: Client disconnecting)
22:39:31*pafmaf quit (Ping timeout: 244 seconds)
22:41:20*brechtm quit (Remote host closed the connection)
22:44:12*derka quit (Ping timeout: 268 seconds)
22:55:51*bjz_ quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
23:02:49*derka joined #nim
23:07:14*Matthias247 quit (Read error: Connection reset by peer)
23:25:02*gangstacat quit (Quit: Ĝis)
23:26:45*derka quit (Ping timeout: 268 seconds)
23:31:41*gangstacat joined #nim
23:40:51*nsf quit (Quit: WeeChat 1.5)