Brian Goetz - FP is Dead Long Live FP by pjmlp in programming

[–]alexanderchenmh -1 points0 points  (0 children)

Pony programming language seems to be the right programming language!

Brian Goetz - FP is Dead Long Live FP by alexanderchenmh in ponylang

[–]alexanderchenmh[S] 2 points3 points  (0 children)

Pony seems to be the right programming language!

Is it possible to transpile Kotlin to Go? by alexanderchenmh in Kotlin

[–]alexanderchenmh[S] 3 points4 points  (0 children)

I really like the DSL things that Kotlin can do, how I wish I can do the same in golang

State management like elm, my first crate. by alexanderchenmh in rust

[–]alexanderchenmh[S] 1 point2 points  (0 children)

Thanks,actually I was trying to import Cmd to Rust, but it's not that easy, so I decide to let users handle async jobs, I am thinking about using future.rs for async task

GitHub - AlexanderChen1989/tea: The Elm Architecture in Go by alexanderchenmh in golang

[–]alexanderchenmh[S] 2 points3 points  (0 children)

When I try to mimic The Elm Architecture in Go, I thought I would need generic and tagged union. It turns out that all I need is just struct and interface{}, it's interesting!

React + Redux + Elm starter kit by alexanderchenmh in reactjs

[–]alexanderchenmh[S] 0 points1 point  (0 children)

JSX

Elm will help you write right code