| 00:06:22 | * | shanoaice quit (Quit: The Lounge - https://thelounge.chat) |
| 00:06:57 | * | shanoaice joined #nim |
| 01:14:11 | * | Jjp137 quit (Quit: Leaving) |
| 01:20:50 | * | xet7 quit (Ping timeout: 248 seconds) |
| 01:23:20 | * | Jjp137 joined #nim |
| 01:33:09 | * | xet7 joined #nim |
| 03:07:25 | * | SandyUser joined #nim |
| 03:07:53 | * | SandyUser quit (Remote host closed the connection) |
| 04:10:29 | * | rockcavera joined #nim |
| 04:35:23 | FromDiscord | <mratsim> In reply to @demotomohiro "https://en.wikipedia.org/wiki/Universal_quantificat": that's a fun rabbithole |
| 04:39:40 | FromDiscord | <mratsim> sent a long message, see https://pasty.ee/lzGCxXfP |
| 04:39:58 | FromDiscord | <mratsim> (edit) "https://pasty.ee/SkGVXhPp" => "https://pasty.ee/BsoJYiDj" |
| 04:41:26 | FromDiscord | <tar> i like https://chawan.net |
| 07:01:52 | * | tiorock joined #nim |
| 07:01:53 | * | tiorock quit (Changing host) |
| 07:01:53 | * | tiorock joined #nim |
| 07:01:53 | * | rockcavera is now known as Guest7035 |
| 07:01:53 | * | Guest7035 quit (Killed (copper.libera.chat (Nickname regained by services))) |
| 07:01:53 | * | tiorock is now known as rockcavera |
| 08:38:42 | * | Skippy8 joined #nim |
| 08:41:16 | FromDiscord | <declasy> In reply to @mratsim "I use it for:": is it hard? |
| 08:42:37 | FromDiscord | <grotesquemalfeasance> yes |
| 08:42:53 | FromDiscord | <grotesquemalfeasance> ive actually had a lot less trouble with nim than c++ though, funnily enoug |
| 08:43:29 | FromDiscord | <grotesquemalfeasance> its just that there isnt a overabundance of guides and resources, so you kind of have to figure out things yourself, which i kind of prefer |
| 08:44:03 | FromDiscord | <declasy> ok but can nim compile to exe? |
| 08:44:09 | FromDiscord | <grotesquemalfeasance> yes |
| 08:44:16 | FromDiscord | <grotesquemalfeasance> it cross compiles to c |
| 08:44:26 | FromDiscord | <grotesquemalfeasance> anything you can do with c you can do with nim basically |
| 08:45:07 | FromDiscord | <declasy> In reply to @grotesquemalfeasance "anything you can do": how come? |
| 08:45:26 | FromDiscord | <grotesquemalfeasance> it runs anywhere c runs, and you get all the performance optimizations of c for free |
| 08:46:45 | FromDiscord | <declasy> In reply to @grotesquemalfeasance "it runs anywhere c": how is the learning curve compared to golang? |
| 08:49:52 | FromDiscord | <grotesquemalfeasance> probably about the same |
| 08:51:40 | FromDiscord | <grotesquemalfeasance> they're both primarily used by people already proficient in other languages |