Skip to content

symmetryinvestments/juliad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binding Julia to the D Programming Language

Features

Very basic interaction works.

  • Basic type conversion
  • 1D Arrays to Julia
  • ND Arrays to Julia
  • 1D Arrays from Julia
  • ND Arrays from Julia
  • D struct to Julia
  • D struct from Julia
  • jlEvalString
  • jl_gc_push1 Remember to to push and pop your values otherwise your programm will segfault thanks to the Julia GC
  • jl_gc_pop

Contributing

PRs and Issues are always welcome!