HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fstarship

no profile record

comments

fstarship
·6 bulan yang lalu·discuss
Also the wildcard system that means you get easy access to a tournament.

If you country hosts a grand slam Australia,Britain US, and France you can get some good prize money without winning a match.

Having the right flag beside your name removes lots of barriers
fstarship
·8 bulan yang lalu·discuss
The Bevy game is an example on an organisation that has gotten 501c
fstarship
·8 bulan yang lalu·discuss
It’s kind of like lots of imperial measurements where we use metric still have these in idioms.
fstarship
·11 bulan yang lalu·discuss
Cities skylines 2 implementation is still pretty lackluster in related aspects.

Lots of buildings have forced carparks.

People are content to walk absurd distances.

I almost preordered when I saw mixed use zoning.
fstarship
·12 bulan yang lalu·discuss
This video talks about it as well, it includes an interview with the author

https://m.youtube.com/watch?v=TgGoW5AIKEY
fstarship
·tahun lalu·discuss
I am aware of 3 “rust inspired scripting” languages that have dynamic types.

Rhai Rune Dyon

Mun is not dynamic, however it does not have string support afaik.

Kotlin and Swift may be better candidates than these scripting languages for my imagined usecase.

Come to think of it, maybe I don’t have a point other then there is so many scripting language’s inspired by rust that is dropping a major convenience feature, that I am surprised is negotiable (inferred typing ).
fstarship
·tahun lalu·discuss
Thanks looks great so far.

Also has pattern matching which I should also have mentioned in my top level post.
fstarship
·tahun lalu·discuss
Thanks for your suggestion.

At first glance it appears to be object oriented, which is against preference but not a deal breaker.

However error case looks to be try catch which is a deal breaker.
fstarship
·tahun lalu·discuss
It seems every scripting language does duck/dynamic typing (as far as I can tell this applies to Koto).

I don’t understand why… inferred typing is nearly as easy to use while being more robust.

For me the biggest gap in programming languages is a rust like language with a garbage collector, instead of a borrow checker.

Rust has a lot of features that should be strongly considered for the next generation of programming languages such as

result/sum types

Inferred typing

Not object oriented or overly prescriptive with functional programming.

I think the closest language to filling that gap is occaml (I am not familiar with it).

I have coworker's that are more skilled in domain logic that can write basic self contained programs, but stuff like traits, OOP functional programming is a bridge too far.

I feel like a language that fills that gap could be useful, context is a manufacturing ERP system.