!OhIqpkyOYphwciwUwE:matrix.org

F-Sharp

140 Members
F# programming language30 Servers

Load older messages


SenderMessageTime
25 May 2021
@wallymathieu:matrix.orgwallymathieu changed their display name from Oskar Gewalli to wallymathieu.15:29:00
30 May 2021
@n4g4t0:matrix.org@n4g4t0:matrix.org left the room.17:26:26
14 Jun 2021
@cgenie:matrix.org@cgenie:matrix.org left the room.08:16:58
16 Jun 2021
@kaushikreddy:matrix.orgkaushikreddy joined the room.19:36:13
20 Jun 2021
@hemantaryan:matrix.orgHemant Aryan joined the room.15:07:55
29 Jun 2021
@akronymus:arkmuse.org@akronymus:arkmuse.org joined the room.15:27:47
6 Jul 2021
@akronymus:arkmuse.org@akronymus:arkmuse.orgQuick question: What are some good arguments to bring up to managers to convince them on a brownfield enterprise project that f# would be the better choice over c#?16:16:34
@ifs:matrix.org@ifs:matrix.org akronymus: difficult question. Maybe this site can give some ideas : https://fsharpforfunandprofit.com/posts/fsharp-is-the-best-enterprise-language/ 18:29:08
@akronymus:arkmuse.org@akronymus:arkmuse.orgWell, duh.18:29:16
@akronymus:arkmuse.org@akronymus:arkmuse.org That one is a given ifs 18:29:46
@ifs:matrix.org@ifs:matrix.orgYou can always send Luca Brazi to managers18:30:40
@akronymus:arkmuse.org@akronymus:arkmuse.org luca brazi? ifs 18:31:20
@ifs:matrix.org@ifs:matrix.orgto make them an offer to switch to f# they can't refuse18:31:37
7 Jul 2021
@akronymus:arkmuse.org@akronymus:arkmuse.orghttps://www.youtube.com/watch?v=6-mk6OpcUdM How'd you people solve that?01:54:51
@akronymus:arkmuse.org@akronymus:arkmuse.orgI dd it with a single pass via fold.01:55:12
@akronymus:arkmuse.org@akronymus:arkmuse.org
    let foldHelper state value =
      let maximum, currentvalue = state
      let newvalue =
        match value with
        | '(' -> currentvalue + 1
        | ')' -> currentvalue - 1
        | _ -> currentvalue
      if newvalue > maximum then
        newvalue, newvalue
      else
        maximum, newvalue
    Seq.fold foldHelper (0,0) >> fst```
01:56:31
@akronymus:arkmuse.org@akronymus:arkmuse.org *
let maxDepth: (seq<char> -> int)
    let foldHelper state value =
      let maximum, currentvalue = state
      let newvalue =
        match value with
        | '(' -> currentvalue + 1
        | ')' -> currentvalue - 1
        | _ -> currentvalue
      if newvalue > maximum then
        newvalue, newvalue
      else
        maximum, newvalue
    Seq.fold foldHelper (0,0) >> fst```
01:57:06
25 Jul 2021
@deide:matrix.orgDeide joined the room.14:35:31
@deide:matrix.orgDeide set a profile picture.15:39:54
26 Jul 2021
@begnegnez:matrix.org@begnegnez:matrix.org joined the room.16:27:21
@begnegnez:matrix.org@begnegnez:matrix.orgI want to migrate more of my workflow from R to fsharp, heard it was good language for data science. How are your experiences?16:33:14
@ifs:matrix.org@ifs:matrix.org Hey begnegnez ! 16:50:33
@ifs:matrix.org@ifs:matrix.orgthis channel is rathre quiet16:50:38
@ifs:matrix.org@ifs:matrix.org*rather16:50:42
@ifs:matrix.org@ifs:matrix.orgI'm in the same shoes as you are16:51:02
@ifs:matrix.org@ifs:matrix.orgmigrating to f#, but not from R, from Python16:51:17
@ifs:matrix.org@ifs:matrix.orgmy goals are to master F# and Julia for data science16:52:46
@ifs:matrix.org@ifs:matrix.orgI think I won't regret choosing either of these16:53:06
@begnegnez:matrix.org@begnegnez:matrix.orgNo problem I'm just trying out this messaging app as an alternative to WhatsApp 16:53:26
@begnegnez:matrix.org@begnegnez:matrix.orgYes Julia is also a good alternative very common in applied economics16:53:58

Show newer messages


Back to Room ListRoom Version: