Search Results

14
votes
17answers
2k views

Best way to learn how to use FPGAs

In next weeks probably I will have some little FPGA to play with. I have a programmer background (C, C++, Java mostly) and some (very) limited experience in electronics. What are the best t …
0
votes

Why isn’t LISP more widely used?

Well, call it a coincidence, but I've just started studying LISP about a week ago, in my (little) spare time. If you want some real insight, I can suggest you to look at …
2
votes

Programming Languages and Design Patterns

For design pattern in LISP, you could read this, by Peter Norvig. Quoting …
2
votes

Will learning a couple of languages in parallel blow my mind?

What languages do you know already? IMHO when you know a procedural language (C, Pascal, etc) then learning other procedural language is easy, it's more a matter of syntax than semantics. …
0
votes

Floating a New Programming Language

In what kind of language are you interested? There is a great difference between a General Purpose language (C, Java, etc.) and a …