Skip to content

Commit b45c0fe

Browse files
authored
Add Lua chapter (#65)
* add Haskell part * keep up-to-date with master repo * quick fix * quick fix in /book/languages/haskell/history.md 20:102 * grammar, spelling and punctuation have been improved - ready for publication * add Lua chapter * Update README.md * Update advantages.md * Update disadvantages.md * Update intro.md * Update misc.md * Update intro.md * Update intro.md * Update disadvantages.md * Update intro.md
1 parent d422e1d commit b45c0fe

21 files changed

Lines changed: 167 additions & 18 deletions

book/SUMMARY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,18 @@
183183

184184
* [Conclusion](languages/c/conclusion.md)
185185

186+
* [Lua](languages/lua/README.md)
187+
188+
* [Introduction](languages/lua/intro.md)
189+
190+
* [History](languages/lua/history.md)
191+
192+
* [Advantages](languages/lua/advantages.md)
193+
194+
* [Disadvantages](languages/lua/disadvantages.md)
195+
196+
* [Conclusion](languages/lua/conclusion.md)
197+
186198
## End
187199

188200
* [Credits](credits.md)

book/credits.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ We have to thank these great people on helping to write this book. Everyone here
3737
- [devRant](https://devrant.com/users/silverstar)
3838
- [GitHub](https://github.com/gadilashashank)
3939

40-
- Konrad Nachtigall "Skayo"
40+
- Skayo
4141

4242
- [devRant](https://devrant.com/users/Skayo)
4343

4444
- [GitHub](https://github.com/Skayo)
45+
46+
- [Twitter](https://twitter.com/Skayo_)
4547

4648
- Lucas Parzianello
4749

book/languages/erlang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hello
22

3-
> This chapter was made by Konrad Nachtigall "Skayo".
3+
> This chapter was made by Skayo.
44
55
Welcome in the Erlang part.
66
Hope you'll enjoy reading it.

book/languages/erlang/conclusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ It has amazing features and need more attention than it has now.
1515

1616
## Regarding authors
1717

18-
This chapter was made by [Konrad Nachtigall "Skayo"](https://github.com/Skayo).
18+
This chapter was made by [Skayo](https://github.com/Skayo).

book/languages/golang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hi there
22

3-
> This chapter was made by Konrad Nachtigall "Skayo".
3+
> This chapter was made by Skayo.
44
55
Welcome to the Golang part!
66
I hope you'll enjoy this chapter.

book/languages/golang/conclusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ But I'll say something more.
1717

1818
## Regarding authors
1919

20-
This chapter was made by [Konrad Nachtigall "Skayo"](https://github.com/Skayo) with grammar corrections made by [Gadila Shashank Reddy](https://github.com/gadilashashank).
20+
This chapter was made by [Skayo](https://github.com/Skayo) with grammar corrections made by [Gadila Shashank Reddy](https://github.com/gadilashashank).

book/languages/haskell/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hi there
22

3-
> This chapter was made by Konrad Nachtigall "Skayo".
3+
> This chapter was made by Skayo.
44
55
Welcome to the Haskell part!
66
I hope you'll enjoy this chapter.

book/languages/haskell/conclusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ If you do love math, you're gonna love Haskell
2121

2222
## Regarding authors
2323

24-
This chapter was made by [Konrad Nachtigall "Skayo"](https://github.com/Skayo).
24+
This chapter was made by [Skayo](https://github.com/Skayo).

book/languages/js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Oh, hello there
22

3-
> This chapter has been authored by Konrad Nachtigall "Skayo" and Gadila Shashank Reddy.
3+
> This chapter has been authored by Skayo and Gadila Shashank Reddy.
44
55
Welcome to the JavaScript chapter! We would like to let you know a bit more about
66
JavaScript and programming in JavaScript.

book/languages/js/conclusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ gateway to exploit negligent or non careful users.
1212

1313
## Regarding the authors
1414

15-
This chapter was originally written by Konrad Nachtigall Skayo and additions were made to it
15+
This chapter was originally written by Skayo and additions were made to it
1616
by Gadila Shashank Reddy. For the original content written by Konrad, see
1717
[here.](https://github.com/Skayo/Community-Programming-Book/tree/f8c9cf8fc2d7cad783f85393e3e5103f8bc76b35/book/languages/js)

0 commit comments

Comments
 (0)