Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
also this is actually my first proper experience with "pick a language with features appropriate for the task" (besided SQL of course but that doesn't count).
how promising that a person designing a language has their first experience with "domain-specific useful features" while coding the interpreter for his language, right? XD -
Sweet man, I am getting into Haskell will similar intentions.
What are you using to study f#? -
@AleCx04 Wlaschin’s fsharpforfunandprofit.com is a great resource. It’s what I used mostly when learning F#.
-
@AleCx04 mostly talks from conferences about it, or youtube tuts that seem fine, i'm still mostly in the phase of passively soaking in the concepts and daydreaming about their possible uses (and/or implementations of my language).
when i get to the active stage, i will be using trial and error and whatever answers i can find =D
sorry for not being too helpful, but i can link you a youtube playlist with some videos that seem good. -
@100110111 oh yeah, fsharpforfunandprofit, read some stuff from there too, i agree, looks pretty nice
Related Rants
-
Brolls5Crazy code. You know when you come across some code, where you think: “I kinda see what you were going for...
-
Brolls13I ❤️ F#, this function is both beautiful and was an utter nightmare to create 😂
-
gitpush0This takes me back 14 years to the past when I first started learning VB.Net and Console Apps. Learning F# t...
!rant
...so I started learning F#... again, second attempt, first one failed like 3 years ago because I had no real usecase appropriate for the language, so I didn't get it.
...but now i'm trying to make my own language, meaning also (wanting) parser/interpreter/compiler, and I found a lecture where dude shows off THREE he wrote (within 24 hours) for three different languages...
...and it showed me that doing my parser/interpreter/compiler in F#, using pattern matching, is going to be incredibly awesome, as opposed to doing it as string parsing in C#...
rant
f#
seems awesome