kotlin
The Kotlin Programming Language. (by JetBrains)
solidity
Solidity, the Smart Contract Programming Language (by argotorg)
| kotlin | solidity | |
|---|---|---|
| 229 | 108 | |
| 52,013 | 25,447 | |
| 1.0% | 0.5% | |
| 10.0 | 9.7 | |
| 7 days ago | about 19 hours ago | |
| Kotlin | C++ | |
| - | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
kotlin
Posts with mentions or reviews of kotlin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-08-08.
- ZENTI ♡ Kotlin Diary #1: Building native apps using Kotlin, Junie & GPT-5
### Curated list of people blogging and vlogging about Kotlin (with links) - Roman Elizarov — https://medium.com/@elizarov - Jake Wharton — https://jakewharton.com/ - Marcin Moskala (Kotlin Academy) — https://blog.kotlin-academy.com/ - Gábor Varadi (Zhuinden) — https://zhuinden.medium.com/ - Antonio Leiva — https://antonioleiva.com/ • YouTube: https://www.youtube.com/@AntonioLeiva - Donn Felker — https://www.donnfelker.com/ - Kaushik Gopal — https://kaush.co/ - Nate Ebel (Goobar) — YouTube: https://www.youtube.com/@Goobar - Rahul Pandey — YouTube: https://www.youtube.com/@rahulpn7 - Philipp Lackner — YouTube: https://www.youtube.com/@PhilippLackner • Site: https://pl-coding.com/ - Stevdza-San — YouTube: https://www.youtube.com/@StevdzaSan - Reso Coder — https://resocoder.com/ • YouTube: https://www.youtube.com/@ResoCoder - Code With Mitch (Mitch Tabian) — https://codewithmitch.com/ • YouTube: https://www.youtube.com/@mitchtabian - Igor Wojda — https://medium.com/@igorwojda - Alexey Soshin — https://soshin.dev/ - Kevin Galligan — https://kevingalligan.com/ • Company blog: https://touchlab.co/blog - John O’Reilly — https://johnoreilly.dev/ - Rick Clephas — https://rickclephas.com/ - Arkadii Ivanov — https://arkivanov.github.io/ ### Official channels and team sources (Kotlin-heavy) - Kotlin by JetBrains (talks, news) — YouTube: https://www.youtube.com/@Kotlin - JetBrains Kotlin Blog — https://blog.jetbrains.com/kotlin/ - Kotlinlang Blog — https://kotlinlang.org/blog - Talking Kotlin (podcast) — https://kotlinlang.org/podcast - Android Developers (Kotlin-first Android) — Blog: https://android-developers.googleblog.com • YouTube: https://www.youtube.com/c/AndroidDevelopers
- Leveraging Stack Traces for SQL Performance Analysis in Spring Boot Applications
All code examples in this article are written in Kotlin, leveraging its concise syntax, null safety, and seamless Java interoperability. Kotlin's expressive language features make the implementation more readable and maintainable compared to traditional Java approaches, while providing full compatibility with the Spring Boot ecosystem.
- Detekt – A static code analyzer for Kotlin
I've never heard of language lock in. The source is here: https://github.com/JetBrains/kotlin
Come in; the water is fine.
- Doodle Weather Clone
Doodle helps you create beautiful, modern apps entirely in Kotlin. Its render model is intuitive yet powerful, making it easy to achieve complex UIs with pixel level precision and layouts. This simplicity and power applies to everything from user input to drag and drop. Doodle lets you build and animate anything.
- 5 Best Programming Languages to Learn: Decoding the Future
5. Kotlin: The Modern Java Alternative
- This is why we can't have nice things: When POM files lie
- The Mobile Development Tech Stack for 2025
Kotlin Official Website
- Translating 10M lines of Java to Kotlin
- Kotlin vs. Java: A Grand Finale and Farewell (But Not Goodbye!)
Kotlin Official Website: Your one-stop shop for all things Kotlin, with comprehensive documentation, tutorials, and resources: https://kotlinlang.org/
- Day 0 of #100daysofMiva || Setting up for success
Next, I selected the technologies and frameworks I want to focus on during this challenge. For frontend development, I'll be exploring Reactjs, Vue.js, Bootstrap, Next.js, and MUI. For backend development, I'll be diving into Express, Django, Node.js, PHP, and Firebase. Additionally, I'll be learning Kotlin, React Native, and Flutter for mobile development, and APIs, PostgreSQL, Cloud, and MongoDB for full stack projects.
solidity
Posts with mentions or reviews of solidity. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-11.
- 2025’s Must-Know Tech Stacks
Solidity
- Getting Started with Blockchain: A Guide for Beginners
Developer: Learn programming languages like Solidity (Ethereum) or Rust (Polkadot).
- A Walkthrough of Solidity Custom Errors
As blockchain smart contracts developer, efficiency and clarity in smart contract development are always my top priority. Solidity, the most popular programming language for Ethereum smart contracts, introduced custom errors in version 0.8.4 via revert function and make it available in solidity 0.8.26 via require and could be used only via via-ir pipeline. This feature allows to optimize gas and improve the readability of error messages. This article provides a comprehensive walkthrough of Solidity custom errors, their advantages, why it must be used, and implementation.
- Web3 UI For Simple Smart Contract
Let's build a web frontend to a smart contract! This is a followup to my previous post about creating a simple smart contract with Solidity and Hardhat. The instructions here assume you are picking up up with the same contract that we just deployed to our Hardhat environment.
- Simple Start to Smart Contract Development with Hardhat
In this post we'll create simple contract with the Solidity programming language that just increments a state variable and lets us get it's value. For me, the most compelling part of blockchain technology is the persistence of information that it offers. In smart contracts there are Local variables that are only used to store temporary data while the contract is doing something, and State variables that are persistent and store information forever. In our example today we'll create a contract that has a function that increments a counter state variable and also has a function to retrieve it's current value.
- How to Register a Smart Contract to Mode SFS with Thirdweb
Have a basic understanding of Solidity.
- Smart Contract Programming Languages: sCrypt vs. Solidity
Solidity Solidity emerged as the first-ever programming language for smart contracts and remains the most extensively utilized language in the Web3 space due to its first-mover advantage. It serves as the primary language for developing applications today on Ethereum and Ethereum Virtual Machine (EVM) compatible blockchains, including Binance Smart Chain and Tron.
- Top Paying Programming Technologies 2024
40. Solidity - $72,656
- Projects to contribute to
- How I Contributed One Line of Code to Ethereum
Solidity - Smart contract programming language.
What are some alternatives?
When comparing kotlin and solidity you can also consider the following projects:
scala - Scala 2 compiler and standard library. Scala 2 bugs at https://github.com/scala/bug; Scala 3 at https://github.com/scala/scala3
openzeppelin-contracts - OpenZeppelin Contracts is a library for secure smart contract development.
kotlinx.coroutines - Library support for Kotlin coroutines
swift - The Swift Programming Language
Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Elixir - Elixir is a dynamic, functional language for building scalable and maintainable applications