Skip to content

andyarvanitis/HaskellObjCExperiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just noodling right now...

Some random notes:

$ ghc main -framework Foundation     # (without Swift)

$ xcrun -sdk macosx10.9 swift -emit-library -emit-object Foo.swift

$ ghc main Foo.o -framework Foundation -L/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx

$ DYLD_LIBRARY_PATH=/Applications/Xcode6-Beta3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx main

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors