Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
Pogo Devlog Series' Articles
Back to Chig Beef's Series
Compiling Python to Go (Pogo Pt:1)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 17 '24
Compiling Python to Go (Pogo Pt:1)
#
python
#
go
#
compiler
#
transpiler
4
reactions
Comments
Add Comment
3 min read
Creating a Target (Pogo Pt: 2)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 17 '24
Creating a Target (Pogo Pt: 2)
#
python
#
go
#
compiler
#
transpiler
1
reaction
Comments
2
comments
2 min read
Defining the Tokens (Pogo Pt: 3)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 19 '24
Defining the Tokens (Pogo Pt: 3)
1
reaction
Comments
Add Comment
3 min read
Lexing the Source (Pogo Pt: 4)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 20 '24
Lexing the Source (Pogo Pt: 4)
#
python
#
go
#
compiler
#
transpiler
2
reactions
Comments
Add Comment
6 min read
Upgrading Tokens (Pogo Pt: 5)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 21 '24
Upgrading Tokens (Pogo Pt: 5)
#
python
#
go
#
compiler
#
transpiler
1
reaction
Comments
Add Comment
3 min read
Parsing Python (Pogo Pt: 6)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 22 '24
Parsing Python (Pogo Pt: 6)
#
python
#
go
#
compiler
#
transpiler
1
reaction
Comments
Add Comment
7 min read
Creating Python's AST (Pogo Pt:7)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 23 '24
Creating Python's AST (Pogo Pt:7)
#
python
#
go
#
compiler
#
transpiler
1
reaction
Comments
Add Comment
6 min read
Finally, Golang from Python (Pogo Pt:8)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 24 '24
Finally, Golang from Python (Pogo Pt:8)
#
python
#
go
#
compiler
#
transpiler
5
reactions
Comments
Add Comment
5 min read
Semantic Analysis (Pogo Pt:9)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 25 '24
Semantic Analysis (Pogo Pt:9)
#
python
#
go
#
compiler
#
transpiler
1
reaction
Comments
2
comments
6 min read
Implementing Functions (Pogo Pt:10)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 26 '24
Implementing Functions (Pogo Pt:10)
#
python
#
go
#
compiler
#
transpiler
Comments
Add Comment
3 min read
Line Numbers in Errors (Pogo Pt:11)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 27 '24
Line Numbers in Errors (Pogo Pt:11)
#
python
#
go
#
compiler
#
transpiler
Comments
Add Comment
3 min read
Validating Function Parameters (Pogo Pt:12)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 28 '24
Validating Function Parameters (Pogo Pt:12)
#
python
#
go
#
compiler
#
transpiler
Comments
Add Comment
2 min read
Calling Functions (Pogo Pt:13)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 29 '24
Calling Functions (Pogo Pt:13)
#
python
#
go
#
compiler
#
transpiler
Comments
Add Comment
4 min read
Returning From Functions (Pogo Pt:14)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 30 '24
Returning From Functions (Pogo Pt:14)
#
python
#
go
#
compiler
#
transpiler
Comments
Add Comment
4 min read
Compiler Cleanup (Pogo Pt:15)
Chig Beef
Chig Beef
Chig Beef
Follow
Jan 31 '24
Compiler Cleanup (Pogo Pt:15)
#
python
#
go
#
compiler
#
transpiler
1
reaction
Comments
Add Comment
5 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account