Checkout the stream @ https://www.twitch.tv/codingzeal
Today was the very for Zeal stream! It was a very casual stream where I spent time talking about future objectives for the stream and welcoming all the new followers! Afterwards we dove into learning Lua programming language and struggling plenty with it. It was great and loved the participation and support. I am looking forward to next Friday @ 1PM for the next stream.
Today Objective
- [x] Help Bridge the Gap by encouraging others!
- [x] What to call today's log
- [x] Talk about the stream and what we want to accomplish
- [x] Highlight https://codingzeal.com principles
- [x] Ask some chat members to provide some insight on what they would like from coding stream
- [x] Start diving into learning Lua
Notes
- Were gonna learn Lua today https://www.lua.org/home.html
- Great site to learn new programming language https://learnxinyminutes.com/docs/lua/
- Today well be doing coding challenges in exercism
- Setting up Lua: https://exercism.io/tracks/lua/installation
-
brew install lua
- lua CLI -
brew install luarock
- package manager -
luarocks install busted
- testing framework
-
- In order to any file:
lua hello-world.lua
- To run a spec file just type:
busted
- Used https://www.lua.org/cgi-bin/demo to experiment with Lua and try out different things easily
- Nice lua cheat sheet for quick references:
- Interesting Lua Learnings :)
- Lua's metatables are similar to JS prototypes
- Lua's table are like JS objects
- Indexes start at 1 not 0, whoaaaaaa
- Cant ++ increment
- Cant do
!=
but you can do~=
instead - Concat strings using
..
instead of+
Shout-outs and Thanks
- To all new followers
- rw_grim
- For helping out with our learning lua journey
- DoctorArgus for some great ideas and support
- Alca for being our very first message in the chat
Future action items
- [ ] Continue learning Lua
- [ ] Make a poll to vote on what we will call our chat members
- [ ] Alca - Love to do an interview with you about your experiences being self taught
- [ ] Look into getting some other guests on stream that might be doing presentation or demos at conference or meetups.
- [ ] Pairing sessions:
- [ ] With DoctorArgus
- [ ] Figure out possible pairing session with new mentees
- [ ] Maybe work with some other people
- [ ] Get stellar high five sound clip
- [ ] Have high five sound effect play when moving hand to camera
- [ ] Can be use to high five people for stellar chat participation
Top comments (0)