Chun Tian

Results 109 comments of Chun Tian

> @binghe Yes you can, notice that nValues does NOT have to equal nValueReferences. So you can have > valueReferences = [5] > and > values = [1.0, 2.0, 3.0,...

Thanks again for your clarification!

> It seems that I'm no longer able to update the Axiom github account. I don't know why. > […](#) Hi, can you at least login to GitHub using you...

Hi @oldk1331 , thanks for pointing me to fricas0, that's very interesting! Actually I wanted to build an AXIOM variant in LispWorks and then generate a DLL, so that it...

> Re: > > https://github.com/GabrielDosReis/open-axiom/blob/467b6fb9eeb12d064c1f6fa4d7f87638e49685ca/src/boot/strap/ast.clisp#L3855-L3864 > > and > > https://github.com/GabrielDosReis/open-axiom/blob/467b6fb9eeb12d064c1f6fa4d7f87638e49685ca/src/boot/ast.boot#L1951-L1956 Hi, thank you very much for your help. This is very helpful, perhaps just filling the gaps with LispWorks-specific...

> > thank you very much for your help. This is very helpful, perhaps just filling the gaps with LispWorks-specific functions the entire OpenAxiom will work. (I really should have...

Greetings, the actual work here is to implement the function `genLISPWORKSnativeTranslation` w.r.t. LispWorks-specific code for handling foreign functions. I'm still investigating on the differences between FFI of SBCL, CCL and...

Hi, if you met any issue when using this package, or if you have any feature request, as the author I'd like to help in fixing/implementing it. I believe it's...

Hi, I suggest you try to rebuild `pmcl-OSX-kernel` on your Mac OS X 10.6. I can't do this, because my only Mac OS X 10.6 machine is with Xcode 4.2,...

I'll also downgrade my Xcode to get to the same page with you. I believe this issue could be finally resolved by understanding and modifying those C and assembly code...