Beaglebone, RabbitMQ, and a gyro sensor
-
My fun weekend project.[^] Article soon. :jig: Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
-
My fun weekend project.[^] Article soon. :jig: Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
nice ! - looking forward to seeing the article - interesting to see your quote on Python btw .. I'd just read this The Insider News - CodeProject[^] before seeing your post
-
nice ! - looking forward to seeing the article - interesting to see your quote on Python btw .. I'd just read this The Insider News - CodeProject[^] before seeing your post
Garth J Lancaster wrote:
interesting to see your quote on Python btw
Python is great for lightweight, cross-platform work. I'm actually really liking being able to write code in Windows, mock the hardware stuff with silly duck-typed classes, and then when I'm ready, copy it over to Debian and watch it work. :) Would I use Python for anything major? Hell no. Not when you can write:
class Foo(object):
def Func(self):
[ does something]def Func(self):
[ does something else]And the damn thing runs (the second one), even though there are two function with exactly the same name! What BS is that? Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
-
Garth J Lancaster wrote:
interesting to see your quote on Python btw
Python is great for lightweight, cross-platform work. I'm actually really liking being able to write code in Windows, mock the hardware stuff with silly duck-typed classes, and then when I'm ready, copy it over to Debian and watch it work. :) Would I use Python for anything major? Hell no. Not when you can write:
class Foo(object):
def Func(self):
[ does something]def Func(self):
[ does something else]And the damn thing runs (the second one), even though there are two function with exactly the same name! What BS is that? Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
The question is more like under which conditions or in which context the two can exist at the same time. This is exactly why I'm not constantly on the lookout for the next great programming language. I need a single one which lets me see what's going on without reading the entire code base or drawing the right conclusions.
The language is JavaScript. that of Mordor, which I will not utter here
This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a fucking golf cart.
"I don't know, extraterrestrial?" "You mean like from space?" "No, from Canada." If software development were a circus, we would all be the clowns. -
My fun weekend project.[^] Article soon. :jig: Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
-
My fun weekend project.[^] Article soon. :jig: Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
Cool project! :thumbsup: :D
Read my (free) ebook Object-Oriented Programming in C# Succinctly. Visit my blog at Sander's bits - Writing the code you need. Or read my articles here on CodeProject.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
My fun weekend project.[^] Article soon. :jig: Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
Marc Clifton wrote:
Article soon
how soon ? :-) yeah, I know, that's not fair, you have real $$ work in the meantime, I'll wait, I promise
-
Marc Clifton wrote:
Article soon
how soon ? :-) yeah, I know, that's not fair, you have real $$ work in the meantime, I'll wait, I promise
Garth J Lancaster wrote:
how soon ?
Soon enough for you?[^] ;) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
-
Garth J Lancaster wrote:
how soon ?
Soon enough for you?[^] ;) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
excellent, cheers Marc (posted a comment already on the article)