FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pixie/lib_pixie.py at master · pixie-lang/pixie · GitHub
pixie-lang
/
pixie
Public
Notifications
You must be signed in to change notification settings
Fork
127
Star
2.4k
Code
Issues
46
Pull requests
9
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
pixie
/
lib_pixie.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (7 loc) · 228 Bytes
Breadcrumbs
pixie
/
lib_pixie.py
Copy path
File metadata and controls
11 lines (7 loc) · 228 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
import
ctypes
,
sys
dll
=
ctypes
.
CDLL
(
"libpixie-vm.dylib"
)
dll
.
rpython_startup_code
()
dll
.
pixie_init
(
sys
.
argv
[
0
])
def
repl
():
dll
.
pixie_execute_source
(
"(ns user (:require [pixie.repl :as repl])) (pixie.repl/repl)"
)
repl
()
Back
|
FazBrowse Home
|
New Git URL