Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
grumpy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
grumpy
Commits
ab13d07f
Commit
ab13d07f
authored
Jan 04, 2017
by
Brett Cannon
Committed by
GitHub
Jan 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention design parameters upfront
Closes #1
parent
d973ec21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
ab13d07f
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
## Overview
## Overview
Grumpy is a Python to Go source code transcompiler and runtime that is intended
Grumpy is a Python to Go source code transcompiler and runtime that is intended
to be a near drop in replacement for CPython. The key difference is that it
to be a near drop in replacement for CPython
2.7
. The key difference is that it
compiles Python source code to Go source code which is then compiled to native
compiles Python source code to Go source code which is then compiled to native
code, rather than to bytecode. This means that Grumpy has no VM. The compiled Go
code, rather than to bytecode. This means that Grumpy has no VM. The compiled Go
source code is a series of calls to the Grumpy runtime, a Go library serving a
source code is a series of calls to the Grumpy runtime, a Go library serving a
similar purpose to the Python C API.
similar purpose to the Python C API
(although the C API is not directly supported)
.
## Running Grumpy Programs
## Running Grumpy Programs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment