Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.61 KB

File metadata and controls

39 lines (23 loc) · 1.61 KB

Info

📍 Location: Supercharge

🔧 Meetup: NSBudapest Meetup August

1

Gabor Nagy Farkas (Leadership team) - Future of NSBudapest

📹 Video

Twitter Twitter: @nfgabor

2

Zsolt Kolbay - Writing your own computer language for fun and profit

Learn how to create your own programming language in Swift with ANTLR! ANTLR (ANother Tool for Language Recognition) is an open-source tool helps you define the grammar of your language and process it in Swift. This presentation will show you how to create a LOGO interpreter with a syntax like this:

repeat 5 { forward 150 left 144 }

📹 Video

3

Gábor Bakos (Skyscanner) - Static Code Analysis with Clang on iOS

Magical bugs and where to find them.

Everybody wants to be as fast as possible. Develop features then ship, pronto, while at the same time obtaining feedback, gathering findings and improving everything. Static code analysis is a tool besides the classic tests to help you out in your journey. My talk will be about the Clang framework's diagnostic possibilities and how you can leverage them in order to produce better software.

📹 Video