- kotlin-script-examples VS dynamic-dns
- kotlin-script-examples VS Lua
- kotlin-script-examples VS fast-sqlite3-inserts
- kotlin-script-examples VS julia
- kotlin-script-examples VS Nim
- kotlin-script-examples VS crystal
- kotlin-script-examples VS MonkeyType
- kotlin-script-examples VS FlutterResourceRanker
- kotlin-script-examples VS haxe
- kotlin-script-examples VS F#
Kotlin-script-examples Alternatives
Similar projects and alternatives to kotlin-script-examples
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
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).
-
-
Lua
Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
-
sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
-
-
-
fast-sqlite3-inserts
Some bunch of test scripts to generate a SQLite DB with 1B rows in fastest possible way
-
MonkeyType
A Python library that generates static type annotations by collecting runtime types (by Instagram)
-
-
-
-
gorun
gorun is a tool enabling one to put a "bang line" in the source code of a Go program to run it, or to run such a source code file explicitly. It was created in an attempt to make experimenting with Go more appealing to people used to Python and similar languages which operate most visibly with source code.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
kotlin-script-examples discussion
kotlin-script-examples reviews and mentions
-
Dotnet Run App.cs
This also exists for Kotlin: https://github.com/Kotlin/kotlin-script-examples/blob/master... (note that the file extension is load bearing in this case, if you don't name it "*.main.kts", it will not work).
It's excellent for writing small scripts/prototyping where you need access to some Kotlin/JVM feature.
Ruby is still my preferred language for small scripts though - the backticks for running external programs is remarkably ergonomic
-
Is there any language that is as similar as possible to Python in syntax, readability, and features, but is statically typed?
+1. Especially useful kts (Kotlin script). It even have notation for dependencies right in script. (https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/main-kts/scripts/kotlinx-html.main.kts)
Stats
Kotlin/kotlin-script-examples is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of kotlin-script-examples is Kotlin.