Live data from Hacker News

Jolie, the service-oriented programming language

jolie-lang.org

1–10 of 62 posts

Re: Jolie, the service-oriented programming language

#2
has refinement types. these exist in fstar lang and liquidhaskell.

dependant types are not refinement [0]

ts and rust have ideas to have them[1], but not so officially

[0]https://www.reddit.com/r/dependent_types/comments/ay7d86/wha...

[1]https://en.m.wikipedia.org/wiki/Refinement_type

Re: Jolie, the service-oriented programming language

#7

Looking at a Database example[0] doesn't make me want to write this more than using any other framework. [0] https://docs.jolie-lang.org/v1.11.x/language-tools-and-stand...

Maybe it's just a bad example, it doesn't look much different than what I can do in C#.

Re: Jolie, the service-oriented programming language

#8
post #7

Looking at a Database example[0] doesn't make me want to write this more than using any other framework. [0] https://docs.jolie-lang.org/v1.11.x/language-tools-and-stand...

Maybe it's just a bad example, it doesn't look much different than what I can do in C#.

Maybe we're just fish in water and don't know any different? GP, is there a better way?

Re: Jolie, the service-oriented programming language

#9
post #2

has refinement types. these exist in fstar lang and liquidhaskell. dependant types are not refinement [0] ts and rust have ideas to have them[1], but not so officially [0] https://www.reddit.com/r/dependent_types/comments/ay7d86/wha... [1] https://en.m.wikipedia.org/wiki/Refinement_type

Also see WUFFS for a special purpose language which leans really hard on refinement to deliver safety with socks-blown-off performance in a specific niche.
Post reply on HN