Page 19 of 66
Re: Beseech thy lord
Posted: Tue Feb 12, 2013 4:25 pm
by Deepfreeze32
Any experience with the Functional Programming paradigm?
Also, how would you rate C# compared to something like C or Objective-C?
Re: Beseech thy lord
Posted: Tue Feb 12, 2013 6:26 pm
by ArchAngel
ArcticFox wrote:Bummer. I wasn't entirely kidding.

Glad to see I'm still marketable. lol
Chozon1 wrote:What kind of brain rot do I have now that I understand what you guys are talking about?
-_-
I believe it's called enlightenment. You're learning the ways of the code.
Deepfreeze32 wrote:Any experience with the Functional Programming paradigm?
Also, how would you rate C# compared to something like C or Objective-C?
I have limited experience with functional programming. Nothing outside of school. Mostly Scheme, and I believe negligable amounts of Lisp and Haskell. I don't really forsee myself using them a whole lot more, and I much prefer object-oriented, but I think it's a great exercise for abstract thinking and looking at code in new ways.
As for C# vs C/Objective-C, I can't really comment on Objective-C because I barely touched it. I can comment on C# vs. C, and really, it becomes high level vs. low level, and as you know, I'm a high level guy. I like the framework C# comes with and makes programming more about architecture than granular work. It's about modularizing and containing complexity, and much of coding ends up being this. I'd trade efficiency to make the code readable and maintainable. Here, I let the framework handle the low-level complexities, and I'll concern myself with the solution. Modern software is crazy complex and it needs as much structure as it can get. So, this is why I prefer C# over C. Outside of very specific applications that require the granular level C provides, I see no reason to use it over a high level language. It's like trading in your BMW for a peddle car.
Now, I will grant you the disadvantage of the framework; when you do things inside it's intended scope, it's fantastic. But when you want to go outside it, it's swimming upstream. In my experience, the .NET framework has been broad enough where I rarely have to, and they do allow for some "breaking" of the rules. Take a look at Reflection for .NET. It's black magic.
Re: Beseech thy lord
Posted: Thu Feb 14, 2013 7:01 pm
by ArcticFox
Web Services?
Re: Beseech thy lord
Posted: Thu Feb 14, 2013 7:08 pm
by ArchAngel
I worked a little with them, but I wouldn't call myself an expert.
Re: Beseech thy lord
Posted: Thu Feb 14, 2013 7:20 pm
by ArcticFox
I'm trying to determine if this line of code:
ServiceClient sender = util.getSender(sServiceURL, sServiceName, sMethod);
Is equivalent to this:
EndpointReference targetEPR = new EndpointReference(sServiceNameURL + "/" + sMethod);
ServiceClient sender = util.getSender(targetEPR, sServiceName);
Does that ring any bells?
Re: Beseech thy lord
Posted: Thu Feb 14, 2013 8:49 pm
by ArchAngel
Hrrmm, it doesn't, actually. I imagine it would be, but I don't know what's in the getSender function, and I haven't used an EndpointReference. Maybe I did and just don't remember...
Re: Beseech thy lord
Posted: Thu Feb 14, 2013 8:57 pm
by ArcticFox
Yeah I'm reverse-engineering code that's a few years in the spaghettification and I'm seeing it done both ways in that 5,000 line class I told you about... and it's as likely to matter as not matter.
Re: Beseech thy lord
Posted: Thu Feb 14, 2013 9:04 pm
by ArchAngel
Oh man, that sounds like you're doing my job. Are you me?
Re: Beseech thy lord
Posted: Thu Feb 14, 2013 9:39 pm
by ArcticFox
Hmmm... we've never been seen in the same place at the same time...
Re: Beseech thy lord
Posted: Mon Feb 18, 2013 7:33 am
by Chozon1
Nanotechnology?
Re: Beseech thy lord
Posted: Tue Feb 19, 2013 2:15 am
by ArchAngel
Promising technology.
Re: Beseech thy lord
Posted: Thu Feb 21, 2013 4:43 am
by Deepfreeze32
emacs or vim?
Re: Beseech thy lord
Posted: Thu Feb 21, 2013 5:43 am
by ArchAngel
For coding, I prefer a proper IDE, but I have used vim more than emacs. Probably just on the counts I can be a bigger linux snob when I do it.
Re: Beseech thy lord
Posted: Sat Feb 23, 2013 9:50 am
by Chozon1
Silicon shoes?
Re: Beseech thy lord
Posted: Sun Feb 24, 2013 10:44 pm
by ArchAngel
nope