<p dir="ltr">You had me at "genetic algorithms"...</p>
<div class="gmail_quote">On May 13, 2015 11:34 AM, "Raymond Chandler III" <<a href="mailto:raymondchandleriii@gmail.com">raymondchandleriii@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Pythonists and Rustaceans.<br>
<br>
This Friday, the 15th of May, Pillar and the Columbus Rust Society will be throwing a 1.0 launch party for Rust 1.0. I will be giving a talk on genetic algorithms with Rust and about my hard knocks while learning rust. You all are welcome to join us for this event. If you plan to attend please RSVP by emailing me at <a href="mailto:rchandler@pillartechnology.com">rchandler@pillartechnology.com</a>.<br>
<br>
Cheers,<br>
Raymond Chandler III<br>
<br>
> On May 13, 2015, at 6:00 AM, <a href="mailto:centraloh-request@python.org">centraloh-request@python.org</a> wrote:<br>
><br>
> Send CentralOH mailing list submissions to<br>
>       <a href="mailto:centraloh@python.org">centraloh@python.org</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>       <a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>       <a href="mailto:centraloh-request@python.org">centraloh-request@python.org</a><br>
><br>
> You can reach the person managing the list at<br>
>       <a href="mailto:centraloh-owner@python.org">centraloh-owner@python.org</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of CentralOH digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>   1. Re: Python and Rust (Kurtis Mullins)<br>
>   2. Re: Python and Rust (Joe Shaw)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Tue, 12 May 2015 10:11:23 -0400<br>
> From: Kurtis Mullins <<a href="mailto:kurtis.mullins@gmail.com">kurtis.mullins@gmail.com</a>><br>
> To: "Mailing list for Central Ohio Python User Group (COhPy)"<br>
>       <<a href="mailto:centraloh@python.org">centraloh@python.org</a>><br>
> Subject: Re: [CentralOH] Python and Rust<br>
> Message-ID:<br>
>       <<a href="mailto:CAPbEHsf5zuBey432Zh5k7UKsikDdb7guHoir2-WeTgaWs-_mqA@mail.gmail.com">CAPbEHsf5zuBey432Zh5k7UKsikDdb7guHoir2-WeTgaWs-_mqA@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> Hey guys and girls,<br>
><br>
> Polling for opinions here. I watched the Rust video from PyCon about a week<br>
> ago. I work with a handful of people who commonly attend (and some speak)<br>
> at PyCon. I also work with people who are big "Go" people.<br>
><br>
> This was really the first time I've come across Rust. It had some cool<br>
> things going for it. I was also surprised to see it backed by Mozilla.<br>
><br>
> What's the benefits of using Rust over Go? I feel like they were both sort<br>
> of created to solve the same problem. I'm not intending this to be a flame<br>
> war -- I am just genuinely curious how/why Rust is taking off so<br>
> successfully.<br>
><br>
> Thanks!<br>
><br>
><br>
> On Sun, May 10, 2015 at 2:54 PM, John Santiago <<a href="mailto:jdsantiagojr@gmail.com">jdsantiagojr@gmail.com</a>><br>
> wrote:<br>
><br>
>> Thanks. I have been looking into embedded programming and looks like Rust<br>
>> could possibly replace c/cpp.<br>
>> On May 10, 2015 2:51 PM, "Eric Floehr" <<a href="mailto:eric@intellovations.com">eric@intellovations.com</a>> wrote:<br>
>><br>
>>> At the last monthly meeting, Raymond mentioned that The Columbus Rust<br>
>>> Society was planning a Rust 1.0 Release party May 15 at Pillar (though the<br>
>>> meetup says no location yet, so it might not be Pillar). The details are<br>
>>> here:<br>
>>><br>
>>> <a href="http://www.meetup.com/columbus-rs/events/222044818/" target="_blank">http://www.meetup.com/columbus-rs/events/222044818/</a><br>
>>><br>
>>> If you are interested in hooking your Python code to Rust code instead of<br>
>>> C, there was a talk at PyCon this year by Dan Callahan called "My Python is<br>
>>> a little Rust-y" that talked about how to call Rust functions from Python:<br>
>>><br>
>>> <a href="https://www.youtube.com/watch?v=3CwJ0MH-4MA" target="_blank">https://www.youtube.com/watch?v=3CwJ0MH-4MA</a><br>
>>><br>
>>> Cheers,<br>
>>> Eric<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> CentralOH mailing list<br>
>>> <a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
>>> <a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
>>><br>
>>><br>
>> _______________________________________________<br>
>> CentralOH mailing list<br>
>> <a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
>> <a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
>><br>
>><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://mail.python.org/pipermail/centraloh/attachments/20150512/76cb68a8/attachment-0001.html" target="_blank">http://mail.python.org/pipermail/centraloh/attachments/20150512/76cb68a8/attachment-0001.html</a>><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Tue, 12 May 2015 11:51:23 -0400<br>
> From: Joe Shaw <<a href="mailto:joe@joeshaw.org">joe@joeshaw.org</a>><br>
> To: "Mailing list for Central Ohio Python User Group (COhPy)"<br>
>       <<a href="mailto:centraloh@python.org">centraloh@python.org</a>><br>
> Subject: Re: [CentralOH] Python and Rust<br>
> Message-ID:<br>
>       <CAOxvq7w6kf02UAfeM0=+b6ZOWrd+GMmBFWFAgzL4xh=omH4p=<a href="mailto:Q@mail.gmail.com">Q@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> Hi Kurtis,<br>
><br>
> On Tue, May 12, 2015 at 10:11 AM, Kurtis Mullins <<a href="mailto:kurtis.mullins@gmail.com">kurtis.mullins@gmail.com</a>><br>
> wrote:<br>
><br>
>> Hey guys and girls,<br>
>><br>
>> Polling for opinions here. I watched the Rust video from PyCon about a<br>
>> week ago. I work with a handful of people who commonly attend (and some<br>
>> speak) at PyCon. I also work with people who are big "Go" people.<br>
>><br>
>> This was really the first time I've come across Rust. It had some cool<br>
>> things going for it. I was also surprised to see it backed by Mozilla.<br>
>><br>
>> What's the benefits of using Rust over Go? I feel like they were both sort<br>
>> of created to solve the same problem. I'm not intending this to be a flame<br>
>> war -- I am just genuinely curious how/why Rust is taking off so<br>
>> successfully.<br>
>><br>
><br>
> I'm a big fan of both Rust and Go.  I think it's kind of unfortunate that<br>
> the world has sort of pitted them against each other, because they each<br>
> have their own strengths and weaknesses and don't, in my opinion, have a<br>
> lot of overlap in when you would choose one over the other.<br>
><br>
> I would choose Rust over Go anywhere using C or C++ was essential:<br>
><br>
>   - Low-level system programming (kernel, drivers, low-level libraries)<br>
>   - System libraries (think an OpenSSL replacement)<br>
>   - Any time a garbage collector or runtime is not suitable<br>
>   - Situations where memory safety is absolutely essential (again, a<br>
>   crypto library comes to mind)<br>
><br>
> For most applications I personally would choose Go for most things<br>
> (especially today with the current level of maturity).  Depending on how<br>
> much you like the relative languages would influence that decision for you.<br>
><br>
> Rust has a much stronger memory safety story.  Its ownership model is novel<br>
> and able to guarantee safety at compile time.  It's basically impossible to<br>
> write a Rust program that segfaults.  Moreover, due to its immutability<br>
> guarantees it's not really possible to end up with concurrency-caused data<br>
> races.  Go's is much more memory safe than C, but it still gives you the<br>
> ability to shoot yourself in the foot with data races.  Fortunately Go<br>
> comes with great tooling to detect these kinds of races and they're pretty<br>
> easy to avoid with some experience.<br>
><br>
> While both Rust and Go can interop rather simply with existing C code, Rust<br>
> does so much faster than Go ever could.  This is largely because Go is a<br>
> garbage collected language, so data has to be copied when crossing the<br>
> barrier into C.  Rust seems to have a little more programmer boilerplate<br>
> for this, but fewer memory copies.<br>
><br>
> Both Rust and Go have very good modern concurrency.  Go's is tightly<br>
> integrated with the language, which I think is a huge plus.  Rust has a few<br>
> different models that are provided by their standard library.  Rust's seems<br>
> to require more boilerplate to use than Go's.<br>
><br>
> Go is a much, much, much simpler language.  In many ways you can think of<br>
> Go as analogous to Python or Ruby and Rust as analogous to C++.  This makes<br>
> Go a little less flexible in many ways -- its type system isn't as rich,<br>
> for instance -- but it takes vastly less time to begin programming in Go,<br>
> become productive with it, and understand other people's Go code.<br>
><br>
> Go is a lot more mature at this point.  Go 1 was released in 2012, and<br>
> there have been 5 stable releases since then.  (Go is on a 6 month release<br>
> cycle.)  They have made backwards compatibility guarantees for the lifetime<br>
> of Go 1 and there are no plans for Go 2 at this point.  Rust only just<br>
> stopped making backward incompatible changes as part of their 1.0 beta a<br>
> few weeks ago.  There is much more good third-party Go code out there.<br>
><br>
> I think Go's standard library is absolutely fantastic.  It is definitely a<br>
> "batteries included" standard library.  It is very common for Go programs<br>
> to be written using only code from the standard library.  There is a lot of<br>
> very good third-party code out there as well.  I don't have as much<br>
> experience with Rust's stdlib yet, but I get the feeling that it's not<br>
> quite as complete and easy to use as Go's.<br>
><br>
> The Rust blog has been absolutely on fire lately, highlighting a few<br>
> features of the language that really illustrate its power:<br>
><br>
>   - <a href="http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html" target="_blank">http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html</a><br>
>   -<br>
>   <a href="http://blog.rust-lang.org/2015/04/17/Enums-match-mutation-and-moves.html" target="_blank">http://blog.rust-lang.org/2015/04/17/Enums-match-mutation-and-moves.html</a><br>
>   - <a href="http://blog.rust-lang.org/2015/04/24/Rust-Once-Run-Everywhere.html" target="_blank">http://blog.rust-lang.org/2015/04/24/Rust-Once-Run-Everywhere.html</a><br>
>   - <a href="http://blog.rust-lang.org/2015/05/11/traits.html" target="_blank">http://blog.rust-lang.org/2015/05/11/traits.html</a><br>
><br>
> Hope this helps,<br>
><br>
> Joe<br>
><br>
><br>
><br>
>><br>
>> Thanks!<br>
>><br>
>><br>
>> On Sun, May 10, 2015 at 2:54 PM, John Santiago <<a href="mailto:jdsantiagojr@gmail.com">jdsantiagojr@gmail.com</a>><br>
>> wrote:<br>
>><br>
>>> Thanks. I have been looking into embedded programming and looks like Rust<br>
>>> could possibly replace c/cpp.<br>
>>> On May 10, 2015 2:51 PM, "Eric Floehr" <<a href="mailto:eric@intellovations.com">eric@intellovations.com</a>> wrote:<br>
>>><br>
>>>> At the last monthly meeting, Raymond mentioned that The Columbus Rust<br>
>>>> Society was planning a Rust 1.0 Release party May 15 at Pillar (though the<br>
>>>> meetup says no location yet, so it might not be Pillar). The details are<br>
>>>> here:<br>
>>>><br>
>>>> <a href="http://www.meetup.com/columbus-rs/events/222044818/" target="_blank">http://www.meetup.com/columbus-rs/events/222044818/</a><br>
>>>><br>
>>>> If you are interested in hooking your Python code to Rust code instead<br>
>>>> of C, there was a talk at PyCon this year by Dan Callahan called "My Python<br>
>>>> is a little Rust-y" that talked about how to call Rust functions from<br>
>>>> Python:<br>
>>>><br>
>>>> <a href="https://www.youtube.com/watch?v=3CwJ0MH-4MA" target="_blank">https://www.youtube.com/watch?v=3CwJ0MH-4MA</a><br>
>>>><br>
>>>> Cheers,<br>
>>>> Eric<br>
>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>> CentralOH mailing list<br>
>>>> <a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
>>>> <a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
>>>><br>
>>>><br>
>>> _______________________________________________<br>
>>> CentralOH mailing list<br>
>>> <a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
>>> <a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
>>><br>
>>><br>
>><br>
>> _______________________________________________<br>
>> CentralOH mailing list<br>
>> <a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
>> <a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
>><br>
>><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://mail.python.org/pipermail/centraloh/attachments/20150512/deb495b1/attachment-0001.html" target="_blank">http://mail.python.org/pipermail/centraloh/attachments/20150512/deb495b1/attachment-0001.html</a>><br>
><br>
> ------------------------------<br>
><br>
> Subject: Digest Footer<br>
><br>
> _______________________________________________<br>
> CentralOH mailing list<br>
> <a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
><br>
><br>
> ------------------------------<br>
><br>
> End of CentralOH Digest, Vol 97, Issue 3<br>
> ****************************************<br>
<br>
_______________________________________________<br>
CentralOH mailing list<br>
<a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
</blockquote></div>