Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (import (sortsmillff pure)
- (sortsmillff python))
- (pure-eval
- #«
- using system;
- fprintf stderr "This is a test\nof embedded Pure code.\n" ();
- »#)
- (PyRun_SimpleString
- (string->pointer
- #«
- import sys
- print "This is a test\nof embedded Python code."
- print globals ()
- »#
- ))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement