Skip to content

puterstructions/mix-n-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mix-n-match

Just playing around with some polyglot fun

TL;DR

$ make

Output:

go build -buildmode=c-shared -o libgosum.so sum.go
gcc -Wall -o gosumc go.c libgosum.so
LD_LIBRARY_PATH=. ./gosumc
42

You can dig through the Makefile for most of the deets...pretty straight forward

About

Just playing around with some polyglot fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published