| 00:58:47 | FromDiscord | <a_guy_a> i've never run tests like this before lol https://media.discordapp.net/attachments/371759389889003532/1521319054302777494/image.png?ex=6a446647&is=6a4314c7&hm=67d42cecfbcdd44b3bbe0760a8c22db12da4e76e16aa5bf952678ca10f58e95f& |
| 01:24:34 | * | savannt quit (Quit: Client closed) |
| 03:07:36 | FromDiscord | <Aceroph> is there any documentation on documenting code? |
| 03:10:03 | FromDiscord | <a_guy_a> In reply to @Aceroph "is there any documentation": https://nim-lang.org/docs/docgen.html?utm_source=chatgpt.com |
| 03:10:23 | FromDiscord | <a_guy_a> In reply to @Aceroph "is there any documentation": https://nim-lang.github.io/Nim/markdown_rst.html?utm_source=chatgpt.com |
| 03:11:22 | FromDiscord | <a_guy_a> a hard emphasise on the '?utm_source=chatgpt.com |
| 03:11:23 | FromDiscord | <a_guy_a> (edit) "'?utm_source=chatgpt.com" => "'?utm_source=chatgpt.com'" |
| 03:11:29 | FromDiscord | <DetermiedNim1> `?utm_source=chatgpt.com` |
| 03:11:46 | FromDiscord | <a_guy_a> we are missing a lmgtfy.com for chatgpt |
| 03:12:29 | FromDiscord | <DetermiedNim1> In reply to @Aceroph "is there any documentation": # regular comment (like python)↵#[ ]# open/close block comment (like / / in java)↵## doc comment (use this for library documentation) |
| 03:12:38 | FromDiscord | <DetermiedNim1> (edit) "#" => "\#" | "java)↵##" => "java)↵\##" |
| 03:12:50 | FromDiscord | <DetermiedNim1> basic rundown |
| 03:13:23 | FromDiscord | <a_guy_a> https://letmegooglethat.com/?q=nim+official+documentation+for+documenting+code |
| 03:13:32 | FromDiscord | <a_guy_a> ## try that |
| 03:14:15 | FromDiscord | <a_guy_a> does nim have a random library ? |
| 03:14:45 | FromDiscord | <DetermiedNim1> https://nim-lang.org/docs/tut1.html#lexical-elements-comments↵https://nim-lang.org/docs/manual.html#comment-pieces_1↵https://nim-lang.org/docs/manual.html#documentation-comments_1 |
| 03:14:51 | FromDiscord | <DetermiedNim1> In reply to @a_guy_a "does nim have a": yes |
| 03:14:56 | FromDiscord | <DetermiedNim1> `import random` |
| 03:14:59 | FromDiscord | <a_guy_a> yes it was satire |
| 03:15:00 | FromDiscord | <a_guy_a> excuse me |
| 03:15:03 | FromDiscord | <a_guy_a> (edit) "excuse" => "pardon" |
| 03:15:05 | FromDiscord | <DetermiedNim1> oh 😭 mb |
| 03:15:13 | FromDiscord | <a_guy_a> this jackass cant fucking google |
| 03:15:45 | FromDiscord | <DetermiedNim1> 🤷♂️ might as well answer if we've got the answers |
| 03:16:05 | FromDiscord | <a_guy_a> that seems a bit wrong |
| 03:16:38 | FromDiscord | <DetermiedNim1> In reply to @Aceroph "is there any documentation": btw, for future stuff, try searching in the doc website (https://nim-lang.org/docs) |
| 03:16:43 | FromDiscord | <DetermiedNim1> or nim by example |
| 03:17:00 | FromDiscord | <a_guy_a> or ChatGGPT works VERY well |
| 03:17:00 | FromDiscord | <a_guy_a> bro |
| 03:17:10 | FromDiscord | <a_guy_a> (edit) "ChatGGPT" => "ChatGPT" |
| 03:17:15 | FromDiscord | <a_guy_a> like super duper well |
| 03:17:15 | FromDiscord | <DetermiedNim1> (edit) "(https://nim-lang.org/docs)" => "(https://nim-lang.org/docs)↵↵theres a search bar on the left" |
| 03:17:51 | FromDiscord | <a_guy_a> like the new google |
| 03:18:03 | FromDiscord | <DetermiedNim1> knowing how to use the "old" google is important too 😁 |
| 03:18:37 | FromDiscord | <a_guy_a> idk google is shit |
| 03:18:42 | FromDiscord | <a_guy_a> ever notice you cant search for anything |
| 03:18:55 | FromDiscord | <a_guy_a> my email exists on tons of sites, yet google shows none for the exact search |
| 03:20:24 | FromDiscord | <a_guy_a> but is there anything better though ? |
| 03:20:34 | FromDiscord | <a_guy_a> (edit) "though" => "" |
| 03:20:49 | FromDiscord | <a_guy_a> google seems shit intentionally and thats a scumbag move |
| 03:21:39 | FromDiscord | <a_guy_a> 🤷♂️ to each their own |
| 03:23:33 | FromDiscord | <a_guy_a> there was a big trend people "google dorking" |
| 03:23:33 | FromDiscord | <a_guy_a> https://en.wikipedia.org/wiki/Google_hacking |
| 03:23:59 | FromDiscord | <a_guy_a> but now a days it feels this is patched |
| 03:25:23 | FromDiscord | <a_guy_a> 💯 |
| 03:25:57 | FromDiscord | <a_guy_a> has anyone tired nimony yet |
| 03:54:40 | FromDiscord | <Aceroph> ew↵(@a_guy_a) |
| 03:54:58 | FromDiscord | <Aceroph> thanks↵(@DetermiedNim1) |
| 03:55:25 | * | rockcavera quit (Remote host closed the connection) |
| 03:56:53 | FromDiscord | <Aceroph> did look into that (yes i can google, no i dont use chatgpt), but i wondered if there was any more to it than multi lines, basic docs and comments (like argument annotation, returns.. like @param and @returns in java)↵(@DetermiedNim1) |
| 03:57:15 | FromDiscord | <Laylie> a simple "it's in the manual" would have been better than all that, sheesh |
| 03:57:27 | FromDiscord | <Aceroph> fr |
| 03:57:45 | FromDiscord | <DetermiedNim1> In reply to @Laylie "a simple "it's in": i like being thorough 😅 |
| 03:58:10 | FromDiscord | <Laylie> yeah you're good |