'. '

Talk:Erasure

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(Comment provided by Jennifer - via ArticleComments extension)
(Comment provided by Lizbeth - via ArticleComments extension)
Line 69: Line 69:
--Jennifer 22:08, 21 October 2013 (CEST)
--Jennifer 22:08, 21 October 2013 (CEST)
 +
</div>
 +
== Lizbeth said ... ==
 +
 +
<div class='commentBlock'>
 +
I'd be happy just to break out of the Delphi rut let alone actually use a dynmaic language. I have C# experience and consider myself more than competent, but the PHBs in charge of hiring always discount me because I don't have direct experience in some particular nuance of .Net development (none of the criteria I've encountered during interviews are worth a crap).I just may end up transitioning to my 3rd job in a row based primarily on a dead language I despise - Delphi.
 +
 +
--Lizbeth 23:57, 21 October 2013 (CEST)
</div>
</div>

Revision as of 21:57, 21 October 2013

Comments on Erasure <comments />


Contents

OlegYch said ...

come on man, what's the point of having 7 links to the same one page in rss item for this page

--OlegYch 21:39, 19 October 2011 (CEST)

I sort of hoped that it increases the likehood people see the page at least once. I do it for all my rss posts, enough to click on the first one.

--JaroslavTulach 05:34, 20 October 2011 (UTC)

Nanda said ...

I have been a Java and C++ developer for more years than I would like to admit. A rencet career move has led me into a .Net- only world. Your statement about Java as a language being crusty, C# is better, but Java has the best libraries, resonated with me. When you work exclusively in the .Net realm, the sense of open source community is essentially non-existent when compared with the Java community. Sure, you have codeplex and a few other MS sponsored efforts...but it's simply not the same.However, in this situation you can have your cake and eat it too. Your statement "If you could write C# code with Java libraries, you'd really have something". Well, you can to a large degree with IKVM. It really does work, it's technically sound, and since Sun opened the Java runtime, it's even more practical. The efforts of the folks behind GNU Classpath made IKVM viable many years ago. Try IKVM out on your favorite Java library and I think you will be impressed.

--Nanda 05:18, 21 October 2013 (CEST)

Cadeaux said ...

Great post, Neal.As a language fan, it's fun to gaze on this list, but what raelly gets my attention is that you are _using_ Ruby.That scores big props from me because you are dealing with real world issues: teams, installs, packaging, unit testing, etc.As language amateurs (recall that amateur is, loosely, 'lover of' in French), it is easy to say 'oh language X would be a blast'. But often that is for home projects; it is seductively easy to ignore all the logistic details of a real project. e.g. I have no idea how I would package a Lisp app. (I'm sure one can but usually I think of lambdas, not 'how do i deploy').Mikeps. Count me in the Python camp!

--Cadeaux 10:16, 21 October 2013 (CEST)

Emy said ...

Love your list and mostly agree, but I would swap Python and Ruby [I like pyohtn a lot!]Just for the record, however, the loom is spelled Jacquard. If you're interested, gets you to a company that makes jacquard looms for hand weavers (a truly cool tool for us weavers if only the $'s were there (sigh))And jacquard designs are done with one of several very nice CAD programs, so programming a jacquard is quite easy (no, you don't have to do it in the loom equivalent of assembly language) Dale (who weaves when he gets a chance)

--Emy 10:26, 21 October 2013 (CEST)

Yuvraj said ...

I was hoping the the syatnx was optional. >List words = new ArrayList();Might be more convient than casting for add/retrieveing operations for items in the collection.There is tons of existing code that does not use that syatnx. Hopefully, you can still cast when you need too and compile existing source code with out a deprication flag.

--Yuvraj 15:24, 21 October 2013 (CEST)

Moha said ...

I want to thank the blogger very much not only for this post,but also for his all puoeivrs efforts.I found this Google search to be greatly interesting.I will be coming back to your site for more information. startIndex

--Moha 18:06, 21 October 2013 (CEST)

Ale said ...

The forum is a brghiter place thanks to your posts. Thanks!

--Ale 18:40, 21 October 2013 (CEST)

Popol said ...

public int[] frontPiece(int[] nums) { if (nums.length < 3) { // if length 2 or shtorer it will return array return nums; } int[] a = {nums[0], nums[1]}; // make new array with 1st and 2nd integer from nums array return a; // return new array}

--Popol 21:54, 21 October 2013 (CEST)

Jennifer said ...

That would be because all nermubs in javascript are actually 64 bit floating point.Not all integers higher than 53 bits can be exactly represented as a 64 bit floating point value, hence 0 20000000000000 and 0 20000000000001 are the same.This is due to the 11 bit exponent and the 1 sign bit. This only leaves 52 bits to store the fraction

--Jennifer 22:08, 21 October 2013 (CEST)

Lizbeth said ...

I'd be happy just to break out of the Delphi rut let alone actually use a dynmaic language. I have C# experience and consider myself more than competent, but the PHBs in charge of hiring always discount me because I don't have direct experience in some particular nuance of .Net development (none of the criteria I've encountered during interviews are worth a crap).I just may end up transitioning to my 3rd job in a row based primarily on a dead language I despise - Delphi.

--Lizbeth 23:57, 21 October 2013 (CEST)

Personal tools
buy