Information

Kotlin Town

Interested in Kotlin? Are you a practitioner?

Kotlin is a statically typed language that runs on JVM that may compile to JavaScript source code or use the LLVM compiler infrastructure. Since then, it’s grown exponentially in popularity. In 2017, Google officially backed Kotlin as the official language for Android.

And that's just the beginning! Join us here at Kotlin Town and be a part of the evolution of this exciting new language. 

Website: http://kotlinlang.org/
Members: 6
Latest Activity: Nov 18, 2019

ANNOUNCEMENT: KOTLIN THURSDAYS ARE BACK!  WE INVITE YOU TO JOIN US EVERY THURSDAY FOR NEW FRIENDS AND NEW CONTENT!  CHECK OUT THE KOTLIN THURSDAYS LINK FOR MORE INFO :)

Kotlin is a statically typed language developed by a small JetBrains team in St. Petersburg, Russia that runs on the JVM.  The open-source community is growing quickly, and everyone is invited: novices, hobbyists, industrialists, and experts alike!

Kotlin Features:

  • less verbose than Java
  • can be compiled to JavaScript or run on an LLVM
  • introduces null safety to prevent runtime NPE
  • tool friendly with any IDE or CLI
  • backwards compatible with existing Java projects and libraries
  • supported by a global community 

Our objective here is to provide a friendly forum to meet fellow programmers and exchange ideas about Kotlin as we grow together. 

Here is an extensive list of links to Kotlin projects, libraries and other resourceshttps://kotlin.link/ 

Discussion Forum

Coroutine-First Android Architecture w/ Rick Busarow

Chicago Kotlin User Group x Android ListenersHosted at GrubHub, July 17Coroutines are the new hot stuff, and right now they’re being added to lots of libraries. But what if you don’t want to use an…Continue

Tags: Kotlin

Started by Amanda Hinchman-Dominguez Jul 20, 2019.

Coroutine-First Android Architecture w/ Rick Busarow

Chicago Kotlin User Group x Android ListenersHosted at GrubHub, July 17Coroutines are the new hot stuff, and right now they’re being added to lots of libraries. But what if you don’t want to use an…Continue

Tags: Kotlin

Started by Amanda Hinchman-Dominguez Jul 20, 2019.

Kotlin Thursdays - Networking in Android and Kotlin

We have an existing Android Avocado Facts application created in an …Continue

Tags: #networking, #android, #kotlinthursdays, #kotlin

Started by Amanda Hinchman-Dominguez Apr 11, 2019.

Kotlin Thursdays - Introduction to Functional Programming Part 2

ResourcesHigher-Order Functions and Lambdas:…Continue

Tags: #functionalprogramming, #kotlinthursdays, #kotlin

Started by Amanda Hinchman-Dominguez Apr 11, 2019.

Kotlin Daily

Loading… Loading feed

Comment Wall

Comment

You need to be a member of Kotlin Town to add comments!

Comment by Michael Levin on November 18, 2019 at 8:07am

 
 
 

Happy 10th year, JCertif!

Notes

Welcome to Codetown!

Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.

When you create a profile for yourself you get a personal page automatically. That's where you can be creative and do your own thing. People who want to get to know you will click on your name or picture and…
Continue

Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.

Looking for Jobs or Staff?

Check out the Codetown Jobs group.

 

Enjoy the site? Support Codetown with your donation.



InfoQ Reading List

GitHub Copilot's Project HydraFusion Promises Frontier Level Performance Through Multi-Model Routing

GitHub's Project HydraFusion is a research preview for GitHub Copilot that enhances coding intelligence through runtime model orchestration. It dynamically assembles execution plans using models from various providers. The system employs three execution patterns based on task complexity. Evaluations indicate that it achieves high task quality while significantly reducing operational costs.

By Olimpiu Pop

Open-Source Project Brings Full iOS 27 Virtualization to Apple Silicon

The open-Source project vphone-cli enables a full iOS 27 system to run as a virtual machine on Apple Silicon. Built on Apple's own Virtualization.framework rather than traditional emulation, the project opens up new possibilities for security research, reverse engineering, and automated iOS testing.

By Sergio De Simone

Presentation: From Retrieval to Reasoning: Building Production-Ready Agentic AI Systems with Knowledge Graphs

Cassie Shum discusses why knowledge graphs serve as a critical foundation for agentic systems. Moving beyond basic RAG, she explains 4 practical architectural patterns: context bundling, decision provenance, code as truth, and agent visibility. She demonstrates an engineering harness built on a knowledge graph to streamline feedback loops, optimize token usage, and maintain system reliability.

By Cassie Shum

Lambda SnapStart Comes to Container Images, Ending a Packaging Tradeoff

AWS has extended Lambda SnapStart to container image functions, which hold up to 10 GB against 250 MB for zip archives. Teams previously chose between dependency headroom and sub-second startup. A Reddit thread from a month earlier shows what that cost: stripping whitespace and docstrings from installed packages to stay under the limit.

By Steef-Jan Wiggers

One Decade of Rustls: Evolution, Benchmarks, and Future Roadmap

Rustls, a Rust TLS library, marks its decade-long progression from a grassroots project to a funded open-source initiative. Key contributions from organisations boosted development, resulting in features like post-quantum cryptography and robust performance. The upcoming 0.24 release aims to enhance architecture and flexibility, including new input buffering and improved session handling

By Olimpiu Pop