scala
rust
Our great sponsors
scala | rust | |
---|---|---|
27 | 6 | |
13,748 | 514 | |
0.6% | 2.1% | |
9.5 | 10.0 | |
4 days ago | 21 days ago | |
Scala | Rust | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
scala
-
Programming languages used by top companies?
Scala - Popular in the data-science world, particularly when working with distributed data processing (e.g. Spark). Lots of large companies have dedicated data teams that process the huge amount of analytics and other data the games produce.
-
List vs Vector in 2022
The definition of List is three lines of code and all the methods can be implemented in terms of foldLeft and prenend, and foldLeft itself can be implemented in terms of a simple tail-recursion. How can that not be simpler than Vector which has a lot of subclasses, casting, overrides, etc: https://github.com/scala/scala/blob/2.13.x/src/library/scala/collection/immutable/Vector.scala
-
What's the story behind Scala's logo?
It says: "Scala stairs at cole polytechnique fdrale de Lausanne inspired the Scala logo (http://www.scala-lang.org) designed by Gilles Dubochet."
-
Documentation?
www.scala-lang.org
-
Appropriate, Correct, Robust, Usable, Maintainable, and Efficient (ACRUMEN) with Dave Aronson
I took a look at some Haskell; like I said, I never actually learned it, but I have seen some. And I briefly dipped my toes in Scala awhile back, and it seemed like a good thing. And then came the Phoenix web framework drawing heavily on the general concepts of Rails but with the slightly different philosophy of making things more explicit rather than the infamous Rails magic, which is so helpful when you're doing things the Rails way. But if you try to fight it at all, no, no, no, that magic is a plus-five sword against you. [laughter]
-
Google has contributed a immensely to the software world with product and services like android which is open source, firebase, google colab, many programming languages and frameworks like flutter, what has apple really done?
It's not that I'm forced directly, but, well, there is a reason why Android apps are in very big part done in Java and Kotlin. The Android virtual machine, ARM, is not 100% compatible with standard JDK - and it looks like a deliberate decision that Google didn't put effort into making it compatible. With this in place - and with Kotlin being the one language backed up by Google for writing apps on Android - if you use anything else, you may run into some problems sooner or later. They are not unfixable, but it is an uphill battle, while in the same time everywhere you turn you will find comments along the lines of "why bother, just switch to Kotlin". And since Google is so big, this pressure is big enough to demotivate people from working on other solutions. Instead, they work on solutions supported by Google. Which creates an avalanche effect - it gets even easier to work in what Google backs up, and even harder to work in something else.
- Scala 2.13.7: Android compatibility improvements, support for new JDKs, alignment with latest Scala 3.x and many other things
-
Using BiDirectional Protocol support in Selenium 4 to stream console logs and network requests
One of the new features in the recently released Selenium 4 is support for new event-driven listeners which will be powered by the currently-in-draft BiDirectional (or BiDi) protocol (though the current Selenium implementation has some limitations, which we'll discuss later). In this article we'll discuss some of these new capabilities and demonstrate how to use them in Scala to inspect console logs and network requests made from the browser.
-
Curiousity Question (by a beginner who don't know much)
Go to the scala homepage: https://www.scala-lang.org/
- Suggestions for the red-lang.org website
rust
-
Are there any Rust forks out there?
Sure. Espressif maintains a fork which adds support for their microcontrollers.
-
Would it be possible to compile openssl-sys for esp32
I am trying to make a vaccine passport validation for my country using the ESP32 for my micro controller. I have gotten the std rust library to compile using (esp-rs)[https://github.com/esp-rs/rust], but the actual validation library that I use needs openssl which refuses to compile.
-
Are there situations where it's better to use C++?
Xtensa. They've got a fork of LLVM that supports it that they're working toward getting upstreamed. The community has a fork of rustc that uses it (and a quickstart crate) while we wait for it to get upstreamed.
- Rust-Xtensa: Rust for Xtensa Processors. Built in Targets for the ESP32/ESP8266
-
Multi-use kernel written in Rust
It only works if you have an Xtensa compiler which takes hours to compile, here: Rust Xtensa (if you don't have it). The network driver is just a function that sets the name of the driver so the Esp32 does something other that blinking.
- Could IOTA transaction be started solely from the IoT capable device (like esp32)?
What are some alternatives?
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Elixir - Elixir is a dynamic, functional language designed for building scalable and maintainable applications
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
rust - Empowering everyone to build reliable and efficient software.
tonic - A native gRPC client & server implementation with async/await support.
widevine-l3-guesser
AutoHotkey - AutoHotkey is a powerful and easy to use scripting language for desktop automation on Windows.
regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
kotlin - The Kotlin Programming Language.
odbc-api - ODBC (Open Database Connectivity) bindings for Rust.
iced - A cross-platform GUI library for Rust, inspired by Elm
Angular - The modern web developer’s platform