New Posts  All Forums:

Posts by hajile

Quote: Originally Posted by Plan9  Interesting stuff. Are you able to expand on what the difference is between block scoping and lexical scoping because after a bit of Googling (ok, just Wikipedia ) the results that...
Quote: Originally Posted by Plan9  A great many languages have first class functions but are clearly not functional languages (Perl, Go, PHP, Lua, to name but 4 off the top of my head). It's really not a unique feature...
Quote: Originally Posted by Plan9  Would you mind giving us some insights into functional programming and possibly a quick overview of the built in bit in Python and Ruby that enable functional programming (bar in mind...
If you want to learn about web design: HTML CSS Javascript Ruby (don't use PHP if you can avoid that Turing Tarpit) both Apache or Nginx configuration   By the time you learn what you need to about those, you won't...
I use Lisp quite a lot along with the occasional bits of J, and matlab (which is actually a vector-based functional language pretending to be like C). I use Javascript a lot and it's basically scheme with bad syntax and without some of...
Quote: Originally Posted by Quasimojo  Very interesting. In my initial foray into Django, one of the first things that struck me was that the Django ORM more or less views the data layer with a very low significance. In...
Quote:Originally Posted by wedge That is the point at which it has reached the 'final state' and the size of the groups will no longer change. Determining if we have reached the final state is easy, the hard part is reaching it.I've made...
Quote: Originally Posted by Quasimojo  Why *not* use Django? Enquiring minds want to know. Firstly, I don't want to sound like I think Django is horrible. It isn't, but good is enemy to the best.   Django...
There should be a shortcut for the problem. The first few states don't have a specific order and are completely dependent on the previous states. This changes when the following state is achieved: [*][ ][*][*][ ][ ][ ][ ][...
Yeah, I did a search for django spoiler and didn't see anything about python anywhere.   Why use django? Give Flask a try instead (though it's even harder to search for).
New Posts  All Forums: