Tagged Questions

0
votes
8answers
158 views

What is the most interesting obscure programming language you know of?

I ask cause I'm designing a programming language and would like some new material. By interesting, I don't mean languages like LOLCODE and brainf*ck - I mean real languages. The ne …
11
votes
15answers
687 views

How do you find interesting problems to solve?

How do you find interesting problems to solve? I often want to learn new programming languages. However, I feel that to really understand it, I must write something which is: R …
1
vote
5answers
164 views

What are some real world uses for function.toString() in javascript?

I've noticed in javascript that if you define a function, say myfunction(), and then call myfunction.toString() you get the text of the source for that function. Are there any inte …
10
votes
12answers
1k views

Write a C program to find the smallest of three integers, without using any of the comparison operators.

I found this question online and have been struggling to come up with an answer to it on my own. Bonus question I found. Write hello world in C without using a semicolon.
-1
votes
0answers
104 views

Proove that a Mac works without display [closed]

Ok StackOverflow I've got one for you- In an hours time I will be buying a second hand Mac Mini for a bargain price. The person I am collecting it from says he has no screen fo …
0
votes
2answers
114 views

Most interesting library you have seen lately

What is the most interesting library you have seen lately? In April i was watching a video online where the intel guys explained a little about Thread Building Blocks (which is al …
-1
votes
2answers
204 views

what is your most weird illogical bug? [closed]

as a developer, it's a common case for us to set a few hours and even perhaps a few days to try to debug some problem, and after going down the logical path, tracing and narrowing …
2
votes
2answers
545 views

Interesting Master’s degree programs?

I'm applying for a masters in fall of next year and was wondering if anyone had suggestions for interesting/challenging master's degrees in CS. I think that even though picking the …