Tagged Questions

3
votes
18answers
639 views

Is there any practical use for an esoteric language?

Do you know any example of an esoteric language used to write any practical-use, real-world program? Is there any, however obscure, domain of computer science where an esoteric language has actually …
0
votes
5answers
239 views

Custom collection and enumeration ASP.NET/C#

Why do we need custom collection and custom enumeration by implementing IEnumerable and IEnumerator ( I Know what IEnumerable and IEnumerator does and how to implement them).The Question is as …
2
votes
4answers
85 views

Practicality of compiling another language to Javascript?

Recently several tools have been released such as pyjamas and Scheme2js that allow one to take code in a language such as Python or Scheme and compile it to Javascript. But how practical is such a …