-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Binding Julia to the D Programming Language | ||
|
||
## Features | ||
|
||
Very basic interaction works. | ||
|
||
- [x] Basic type conversion | ||
- [x] 1D Arrays to Julia | ||
- [ ] ND Arrays to Julia | ||
- [ ] 1D Arrays from Julia | ||
- [ ] ND Arrays from Julia | ||
- [ ] D struct to Julia | ||
- [ ] D struct from Julia | ||
- [x] jlEvalString | ||
- [x] jl_gc_push1 Remember to to push and pop your values otherwise your | ||
programm will segfault thanks to the Julia GC | ||
- [x] jl_gc_pop | ||
|
||
## Contributing | ||
PRs and Issues are always welcome! | ||
|
||
# About Kaleidic Associates | ||
We are a boutique consultancy that advises a small number of hedge fund clients. We are | ||
not accepting new clients currently, but if you are interested in working either remotely | ||
or locally in London or Hong Kong, and if you are a talented hacker with a moral compass | ||
who aspires to excellence then feel free to drop me a line: laeeth at kaleidic.io | ||
|
||
We work with our partner Symmetry Investments, and some background on the firm can be | ||
found here: | ||
|
||
http://symmetryinvestments.com/about-us/ |