Viewing profile — mmavnn
mmavnn
HN member- Joined
- Sat, Jan 02, 2010, 6:24 PM UTC
- HN karma
- 950
- Public activity
- 125 items
- HN profile
- View on Hacker News ↗
About mmavnn
Recent public activity
-
comment
Comment #21258521
It also has syntax for structural typing where needed.
- story
-
comment
Comment #8873990
I must admit, I'm not desperate enough for new readers to hamstring my own publishing to my existing readers - so summary RSS feed is out for me. I'd consider delaying RSS publicat…
-
comment
Comment #8873315
Known Octopress issue, apparently: http://hackingoff.com/blog/octopress-default-seo-flaws/ Thanks, patio11
-
comment
Comment #8873260
Interesting; that's autogenerated by Octopress (or Jakyll). I'd never noticed it's missing the '/'.
-
comment
Comment #8873251
I have yes, no mention of any issues from the tools (it even claims to like the sitemap).
-
story
Ask HN: What do you do when your website seems to be penalised by Google?
I have a personal blog (mostly dev related); it's been going for a while. On a couple of specialist subjects (F# type providers being the main example) some of the posts are reason…
-
comment
Comment #8826158
Packages generally work fine, although if they rely on native binaries they often require a bit of tweaking to point at the Linux .so rather than the windows .dll. That's uncommon …
-
comment
Comment #8821374
As mentioned above, fsx files can be executed with the correct #! if fsharpi is installed.
-
comment
Comment #8820361
I'd probably look into Paket (a nuget aware package/source dependency manager) for that. Sorry for the short answer, New Years celebrations beckon!
-
comment
Comment #8819953
The F# community seem to be most active via twitter, Google+ and (slightly bizarrely) StackOverflow chat in my experience. /r/fsharp is pretty small, although I've always found it …
-
comment
Comment #8819946
It is mainly Windows, but as stated in a few other answers people are using Mono in production. How long ago did you look around? I have to admit that it's only really become fully…
-
comment
Comment #8819938
It should be possible to plug the F# binding backend into sublime; it expects to run as a separate process and have buffer states passed back and forth as JSON. I don't know much a…
-
comment
Comment #8819931
As in a self executing file? Not the standard deploy story, but is in theory possible on Mono with a combination of F# compiler options to compile in all dependencies, and mono's "…
-
comment
Comment #8819913
The lack of good instructions is definitely one! (Edit: although http://fsharp.org/use/linux/ covers the absolute basics pretty well) Up until recently, packaging was a bit of an i…
-
comment
Comment #8819804
There are definitely people using F# on Mono in production, but it is the smaller brother still. Having said that, nearly all of the "core" projects are now being CI tested on mono…
- story
- story
-
comment
Comment #8807391
Have a type provider ;) http://blog.mavnn.co.uk/type-safe-printf-via-type-providers/ And yes: syntax is not quite so nice.
- story
- story
-
comment
Comment #7600704
Slightly blowing my own trumpet, but if you want a brief overview of the basics this might help: http://blog.mavnn.co.uk/type-providers-from-the-ground-up/
-
comment
Comment #7069847
Un-functional might be a bit misleading for an ML-based, default immutable language. Impure might be slightly more accurate. Having seen F# written by C# coders who've just learnt …
- story
- story