> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/meetups/scala/scala-in-the-city-january-2020.md).

# Scala in the City - January, 2020

Organizer link - <https://www.signifytechnology.com/blog/2020/01/kick-starting-2020-with-a-spectacular-scala-in-the-city>

## Functional Game Programming

* Indigo is a soon-to-be-released purely functional game engine, that aims to make creating 2D indie games approachable and fun for Scala / Scala.js programmers.
* One of the goals of Indigo is to challenge the conventional wisdom that testing and reasoning about games is unavoidably difficult due to their non-deterministic nature.
* In this short talk we will cover some of the concepts behind the engine, the problems it aims to solve, and show you what a simple game project looks like.
* [David Smith](https://www.linkedin.com/in/davidjamessmith)

7.10pm: Wiem Zine Elabidine @WiemZin, Scala Backend Developer @ MOIA

## ZIO In Real World

* Purely functional libraries like ZIO can help you build high-performance, concurrent applications that don’t have deadlocks, don’t leak resources and can solve complex problems using purely functional code.
* In this talk, Wiem will walk you through how to build a control system for the elevators at a fictional hotel, H\&A Hotel. You’ll learn how to use basic control structures like Ref, Queue, STM and ZIO to build real-world software.
* <https://github.com/wi101/elevator-system>
* Emphasis on total functional programming reminded me of this paper by David Turner (of \[Miranda]\(<https://en.wikipedia.org/wiki/Miranda_(programming_language>)) fame) - [Total Functional Programming](http://www.jucs.org/jucs_10_7/total_functional_programming/jucs_10_07_0751_0768_turner.pdf)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.dewaka.com/meetups/scala/scala-in-the-city-january-2020.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
