Lord Hugh
Multiply and
Ah debugging someone else's code in C thenA lawn mower.
A strimmer.
A shovel.
A rake.
A broom.
A trowl.
Ah debugging someone else's code in C thenA lawn mower.
A strimmer.
A shovel.
A rake.
A broom.
A trowl.
Ah debugging someone else's code in C then
What made you choose F#? Previous experience with the CLI?I'm trying to learn F# as a way to actually do something with functional programming. Downloaded Haskell IDEs and a bunch of tutorials before but never did anything with them. Hoping to use it as another avenue for data analysis, a lot of my current code was going towards the functional formats so thought it'd be beneficial (plus good for cv!) to actually learn a functional language.
What made you choose F#? Previous experience with the CLI?
I don't know much about it but I read a few things about it going nowhere as a language.
Clojure is nice but the syntax is off-putting for some. Scala's easy if you know Java and there's some good resources out there. One of the big MOOCs was run by Martin Odersky (Scala creator). Well worth checking out if you go that way.
CsvMapper mapper = new CsvMapper();
List<QueryResult> list = getResult();
CsvSchema schema = mapper.schemaFor(QueryResult.class).withHeader();
mapper.writer().withSchema(schema).writeValueAsString(list));
More of this again tonight. Feels like I'm getting somewhere now thoughDjango again tonight. Trying to learn the bits I need on the fly to modify an existing system written by some phd students with little/no documentation
I thought F# tended to work out as about the same complexity as C# when it gets compiled. Neater formulae but computationally similar.The reasoning went:
Oh hey whatever happened to F#?
Google search "Does anyone use F#?"
Find lots of people touting its use for scientific programming / data analysis
Do a few searches for performance vs e.g. Haskell: it seems very good performance-wise, and has inter-op with C#
"Well since I use visual studio it would be nice to work in familiar environment"
OK, F# it is!
Performance is my prerogative for choosing a language to learn: I do a fair bit of work on large sets of large files, and the program I intend to convert from C# and then enhance with my at-that-point-newfound functional abilities will be operating on a growing set of up to a few thousand files of 750MB each, and future projects may be on ever larger sets.
Thanks tho, I've a little Java, Scala looks like it might be a goer too.
I thought F# tended to work out as about the same complexity as C# when it gets compiled. Neater formulae but computationally similar.
I've just had it confirmed i'm one of the company's top PowerShell people. I'm not sure this is good news.
On the plus side I'm the only one that knows how it all works and everyone in our team is using it
Finally got this working and tested, it's just gone live tonight without any issues (yet ).Django again tonight. Trying to learn the bits I need on the fly to modify an existing system written by some phd students with little/no documentation
Hopefully I can get this out the way soon so I can get back to stuff I'm more familiar with
What technology?I just wrote an assignment for a job interview I have next week. A CLI application that calculates a payment schedule and outputs it as CSV.
If he used the generic "CLI" he probably didn't want to mention that... <halloween voice>it's Visual Basic</spooooooky>What technology?
What technology?
If he used the generic "CLI" he probably didn't want to mention that... <halloween voice>it's Visual Basic</spooooooky>