I enjoyed this article. However I find it important to note that buddhism and taoism are philosophies and not religions.
If programming languages were religions
61–70 of 119 posts
Re: If programming languages were religions
#62You can convert into Judaism.
Re: If programming languages were religions
#63Re: If programming languages were religions
#64I've read many analyses of languages: their pros and cons, how much better I would think if I used them, how much more efficient I would be if I used them, how much cooler I would be if I used them. But nothing was enough to convince to change. Until this. Fundamentalist Christianity. Well, goddamn. How can I distribute desktop apps in Lisp? :)
Re: If programming languages were religions
#65He left out assembly languages which are really unrelated tribal religions characterized by primitive belief systems and rites of passage such as killing a lion, hanging by your thumbs, full body tattoos, or living alone in a cave for a month. I know. I passed my trial. I am a real man.
Re: If programming languages were religions
#66Dumb article. Judaism and C are about as opposite as you can get. Judaism's texts (the bible and the Talmud) are famously convoluted, contradictory, debated, etc. C is one of the cleanest languages.
"Judaism's texts (the bible and the Talmud) are famously convoluted, contradictory, debated, etc." that sounds like C's type system to me. Is that a char or a number? A pointer or a number? etc.
Re: If programming languages were religions
#67Re: If programming languages were religions
#68Earlier quoted context omitted.
"Judaism's texts (the bible and the Talmud) are famously convoluted, contradictory, debated, etc." that sounds like C's type system to me. Is that a char or a number? A pointer or a number? etc.
int a; //This is a number char b; //This is a char. void * c; //This is a pointer. x=*((int*)a); //This is a void pointer cast to a number.
Re: If programming languages were religions
#69Actually, they are religions! Didn't you know?
Re: If programming languages were religions
#70What does that make javascript then?