An easy place to start for code generation is to find some functions
that don't currently code generate for some given language backend and
add support for them. Especially for the newer or less used languages
(C and Fortran are the most used), there should be lots of functions
that don't have proper support yet. You could start by looking at the
printers and seeing what functions some language supports and another
doesn't.

Aaron Meurer

On Mon, Jun 20, 2016 at 3:52 PM, ruggero cyrille
<[email protected]> wrote:
> Hi, I'm a third year undergraduate in computer science in France and I'm
> looking for a summer project. Since I already used Sympy and appreciated it,
> I'm interested in contributing to it.
>
> Since I took several courses on compilers, I wanted to get my hand into code
> generation. I'm interested in writing an LLVM IR backend similar to the C
> backend. But after reading this thread and this one, I realized that there
> was already a developper working actively on it, so I wanted to know if my
> efforts would be useful to the project.
>
> I also wanted to fix some easy to fix issues. But the ones I read in the
> tracker were already fixed.
>
> I thank you in advance for your advices.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/4c0f948d-5103-48d0-9d68-85d6a7b9f036%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2B0uoH6%3DzRv3XC2gtNdpyMGuincz%3Do%3DwMTFt1TuBp1koA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to