/dpt/ - Daily Programming Thread

Old thread: Lisp is the most powerful programming language.
What are you working on, Jow Forums?

Attached: Lisp.jpg (750x420, 29K)

Other urls found in this thread:

braveclojure.com/
marketplace.visualstudio.com/items?itemName=mattn.Lisp&ssr=false
stackoverflow.com/questions/11720656/modulo-operation-with-negative-numbers
stackoverflow.com/questions/3883004/the-modulo-operation-on-negative-numbers-in-python
pragprog.com/book/shcloj3/programming-clojure-third-edition
eta-lang.org/
pastebin.com/aibHWvWf
stackoverflow.com/questions/1907565/c-and-python-different-behaviour-of-the-modulo-operation
proofwiki.org/wiki/Definition:Set_of_Residue_Classes/Least_Positive.
youtube.com/watch?v=2dbR2JZmlWo
en.cppreference.com/w/cpp/iterator/size
twitter.com/NSFWRedditGif

What's the best book for learning Clojure if you're already familiar with Haskell?

mein kampf

Last week I asked what to learn and you guys said Java can get me an easy job, now you're all saying it's pajeet or some shit. I don't give a shit if it's pajeet or not, can it get me a job or not?

Attached: Human_billboard_Atlanta.jpg (900x498, 102K)

Depends, are you in Pakistan right now?

braveclojure.com/

Attached: braveclojure.png (900x900, 104K)

So I've been saying Java can get me a job (in Java/C++/whatever languages) and you're all saying it's not Pajeet and that it's not pajeep. So now you're saying this is Pajeep so we both know that we should just learn another language. But there is some good things in Java/C++/whatever languages, so what's the problem with learning that?

But I don't say there isn't good things in any language for people that want to learn other languages, just don't go and try learning something that has bad things for people with that mindset.

whats a decent way to keep sql skills sharp?

i took a class on it a few years ago but i dont have a reason to use it regularly so ive forgotten most of it

prodigy coming through

def nearestOdd(n):
if ((abs(int(n)+1))%2 == 0): # int(n) is odd, return int(n)
return int(n)
elif (abs(int(n))%2 == 0): # int(n) is even
if (int(n) == n): # n is int
return n - 1
elif (abs(n) - abs(int(n)) > 0): # n is a decimal
if (n > 0):
return int(n) + 1
elif (n < 0):
return int(n) - 1

it only took me two hours too.

>t. guy who dreams in code

if you can't even do the fizzbuzz in SQL, forget it