What have you been working on, /dpt/?
Last thread:
What have you been working on, /dpt/?
Last thread:
Other urls found in this thread:
pastebin.com
pastebin.com
twitter.com
for me, it's zig
please stop bullying haskell >w
this
I'm making a FOSS replacement for Emby, since it's gone closed source and has apparently had closed source components for awhile (in complete violation of GPL). I'm building my replacement from the ground up and I would like the database backend to be configurable by the user (ie. user should be able to configure it to use mariadb, sqlite, postgesql, etc..). What frameworks exist to help facilitate this? I don't care about language. I will be selecting the language(s) based on what has the best libraries available.
Also, what is a good name? I am really terrible at picking names. If nobody stops me I'll probably call it something like DodongoViewer.
JavaScript rocks!
they should change glsl syntax so its a little more conducive to chaining functions
reading floor(pow(sin(fract(dick)), 5)) or whatever gives me a fuckin headache
What's the name of the Python3 library which added all sort of weird new syntax?
From what I remember, it made metaprogramming a lot easier, made lambda functions Ruby-like, and added a couple new operators.
Does anyone know?
Use intermediate variables or use a preprocessor that makes chaining better
If they changed it, it wouldn't read like C
Changing anything to be different from C is a non-starter