Re: [dylan] The Future of Dylan: What do we use it for?
Scott McKay <[email protected]> Tue, 9 Sep 2014 07:04:33 +0200
| Newsgroups | gmane.comp.lang.dylan.gwydion.devel |
|---|---|
| Message-ID | <[email protected]> |
FWIW, even inside of Google, C++ is not directly wrapped. You write C wrappers first, then export those wrappers for FFI use by, eg, Lisp or Python. "Nobody" supports FFI over C++. --Scott > On Sep 9, 2014, at 3:12 AM, Bruce Mitchener <[email protected]> wrote: > > C++ would be pretty difficult / a lot of work. The process of wrapping C APIs could be better though. As you say, we could use libclang to implement parts of melange. That's a decent amount of work, but doable.