Viewing profile — gmartres
gmartres
HN member- Joined
- Mon, Oct 12, 2009, 8:30 PM UTC
- HN karma
- 194
- Public activity
- 95 items
- HN profile
- View on Hacker News ↗
About gmartres
Recent public activity
-
comment
Comment #46815179
Chisel picked up Scala 3 support in 7.0.0 released last September ( https://github.com/chipsalliance/chisel/releases/tag/v7.0.0 ), right now they cross-compile between Scala 2 and …
-
comment
Comment #33711977
Thanks for open-sourcing this! Roughly, what's the performance overhead from running code under hermit? I'm wondering if this could be used for doing benchmarking with less varianc…
-
comment
Comment #30781526
https://www.lihaoyi.com/post/FromFirstPrinciplesWhyScala.htm...
- story
-
comment
Comment #22020068
It's coming to Scala too: https://dotty.epfl.ch/docs/reference/other-new-features/expl...
-
comment
Comment #19003769
What are the main differences with last year's course ? Also can we expect http://course18.fast.ai/part2.html to be updated in the near future ?
-
comment
Comment #16354728
> Is there a runtime lib? That includes e.g. Scala collections for the browser for example? Pretty much all Scala code compiles with Scala.js, that includes the Scala standard libr…
-
comment
Comment #16076028
Meltdown also affects some ARM chips according to ARM itself: https://developer.arm.com/support/security-update
-
comment
Comment #16075965
According to ARM yes, but only on a few architectures: https://developer.arm.com/support/security-update (Meltdown is CVE-2017-5754 and is responsible for Variant 3 and Variant 3a)…
-
comment
Comment #15741357
> creator of Scala, and possibly also involved in SBT Martin has never worked on sbt. sbt started as a community project and is now maintained by Lightbend, which Martin co-founded…
-
comment
Comment #15740830
I'll be impressed the day this is turned on by default, or at least proposed as an option to the user after installation :).
-
comment
Comment #15708638
How open is this going to be? Will it be based on a protocol implementable by other editors, akin to the Language Server Protocol ( https://github.com/Microsoft/language-server-pro…
-
comment
Comment #15046934
you might want to give sbt 1.0 a try, it features better incremental compilation support: https://developer.lightbend.com/blog/2017-04-18-sbt-1-0-road...
-
comment
Comment #15046888
The latest spec for 2.12 is available at http://www.scala-lang.org/files/archive/spec/2.12/
-
comment
Comment #14181423
The whole point of monads (and most other typeclasses) is that they're an abstraction. If you use a type constructor then you cannot generalize your function to work with any kind …
-
comment
Comment #13001269
Radia Perlman also wrote a great (and fun!) book on networking: https://www.amazon.com/Interconnections-Bridges-Switches-Int...
-
comment
Comment #12864645
The maintainers might not see your comment, I encourage you to make a PR: https://github.com/scala/scala-lang
-
comment
Comment #12267685
Scala does not have non-nullable types currently (but that might happen in the future), in practice this is not a problem simply because using null is seen as a code smell and basi…
-
comment
Comment #11294637
Part of a good review should be to review how you decided to split your PR into separate commits (does every commit have a single purpose, or did you sneak unrelated changes in a c…
-
comment
Comment #11293762
> Its something we're still working on, but it still helps to vocalize your support for wanting improved force push support. :D YES! I wish for that feature everyday. Gerrit does i…
-
comment
Comment #11282654
Some other languages have a central repository where everyone publishes their packages like https://hackage.haskell.org/ , https://crates.io/ or the venerable http://www.cpan.org/ …
-
comment
Comment #11226626
If you're interested in Dotty, other talks with more information are listed at https://github.com/lampepfl/dotty/wiki/Getting-Started#talks...
- story
- comment
-
comment
Comment #10048748
What's the relationship between Squeak and Pharo? Do they have the same goals?