VirtualTam's bookmarks
171 bookmarks found
-
Effective Go - Embedding
2018-09-20 - https://stackoverflow.com/questions/31505587/how-can-two-different-types-implement-the-same-method-in-golang-using-interfaces
- https://stackoverflow.com/questions/34079466/golang-embedded-struct
- https://github.com/golang/go/issues/22013
- https://golang.org/doc/faq#inheritance
- https://golang.org/doc/faq#Is_Go_an_object-oriented_language
- https://travix.io/type-embedding-in-go-ba40dd4264df
-
CodeReviewComments ยท golang/go Wiki
2018-08-18 -
-
Packages using struct field tags:
- https://golang.org/pkg/encoding/json/
- https://golang.org/pkg/encoding/xml/
- https://golang.org/pkg/reflect/
- https://github.com/golang/go/wiki/Well-known-struct-tags
Articles:
- https://blog.golang.org/json-and-go
- https://www.golang-book.com/books/intro/9#section1
- https://sosedoff.com/2016/07/16/golang-struct-tags.html
- https://gobyexample.com/json
Threads:
-
-
- https://en.wikipedia.org/wiki/Context-free_grammar
- https://en.wikipedia.org/wiki/Recursive_transition_network
- https://eli.thegreenplace.net/2010/01/28/generating-random-sentences-from-a-context-free-grammar/
- http://davidsd.org/2009/01/the-real-theorem-generator-a-context-free-grammar/
- https://www.reddit.com/r/Python/comments/1h5ucz/defining_a_contextfree_grammar_easily/
- https://stackoverflow.com/questions/4543008/efficient-context-free-grammar-parser-preferably-python-friendly
- http://nltk.sourceforge.net/doc/en/ch07.html#formalizing-context-free-grammars
- https://stackoverflow.com/questions/17695611/nltk-context-free-grammar-genaration
-
The Chomskybot
2018-03-27 - http://www-personal.umich.edu/~jlawler/foggy.faq.html
- http://www-personal.umich.edu/~jlawler/foggy.lsp
- http://www-personal.umich.edu/~jlawler/fogcode.html
- https://en.wikipedia.org/wiki/Noam_Chomsky
- http://www-personal.umich.edu/~nelsonde/indexbots.html
- http://www.jfsowa.com/pubs/
- http://www.simonlaven.com/
- http://legacy.earlham.edu/~peters/courses/mm/mmlinks.htm
-
Using Go as a scripting language in Linux
2018-02-21 -
Observer pattern - Wikipedia
2018-02-19 -
- https://www.youtube.com/watch?v=a1rC79DHpmY
- https://www.youtube.com/watch?v=0CGzC_iss-8
- https://github.com/tree-sitter/tree-sitter
- https://github.com/tree-sitter/tree-sitter/tree/master/highlight
- https://siraben.dev/2022/03/01/tree-sitter.html
- https://github.com/tree-sitter/tree-sitter-go
- https://fosdem.org/2018/schedule/event/code_tree_sitter/