Skip to content

Commit e136a3f

Browse files
committed
..
1 parent 9b02a67 commit e136a3f

File tree

7 files changed

+21
-1
lines changed

7 files changed

+21
-1
lines changed

src/SUMMARY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@ TODO: Wait for hermetic java
953953
- [Collectors](./streams/collectors.md)
954954
- [Purpose](./streams/purpose.md)
955955
- [Challenges](./streams/challenges.md)
956+
<!--
956957
- [Regular Expressions 🚧](./regular_expressions.md)
957958
- [Theoretical Basis](./regular_expressions/theoretical_basis.md)
958959
- [Pattern](./regular_expressions/pattern.md)
@@ -963,6 +964,7 @@ TODO: Wait for hermetic java
963964
- [Matcher]()
964965
- [Pathological Cases]()
965966
- [Power]()
967+
-->
966968

967969
# Conclusion
968970

@@ -980,7 +982,9 @@ Streams II
980982
981983
Streams III
982984
- Gatherers
983-
985+
986+
varargs
987+
984988
# Code Structure IX
985989
986990
- [Sealed Interfaces 🚧]()
165 KB
Loading

src/conclusion/cici_c_rat.png

50.5 KB
Loading

src/conclusion/go_mascot.png

35.6 KB
Loading

src/conclusion/python_logo.png

33 KB
Loading

src/conclusion/ruby_logo.png

16.8 KB
Loading

src/conclusion/what_now.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,27 @@ Other languages you might want to learn that I haven't written up
238238
context for quite yet:
239239

240240
* C
241+
242+
<img src="/conclusion/cici_c_rat.png" height="200px"/>
243+
241244
* C++
242245
* Clojure
243246
* Elm
244247
* Haskell
245248
* Python
249+
250+
<img src="/conclusion/python_logo.png" height="200px"/>
251+
246252
* Ruby
247253

254+
255+
<img src="/conclusion/ruby_logo.png" height="200px"/>
256+
257+
* Go
258+
259+
260+
<img src="/conclusion/go_mascot.png" height="200px"/>
261+
262+
* Rust
263+
* Zig
248264
[^wasm]: Fight me, WebAssembly fans.

0 commit comments

Comments
 (0)