[erlang-questions 64] Re: A sudoku solver in Erlang compared to Python
Evans, Matthew
mevans@REDACTED
Mon Mar 28 00:13:04 CEST 2011
Apparently you can use the option --enable-native-libs with configure when you build Erlang.
Sent from my iPhone
On Mar 27, 2011, at 5:57 PM, "Andreas Pauley" <apauley@REDACTED<mailto:apauley@REDACTED>> wrote:
On Sat, Mar 26, 2011 at 9:46 PM, Evans, Matthew <mevans@REDACTED<mailto:mevans@REDACTED>> wrote:
Cool...
Might also want to look at what happens if all the other Erlang modules (esp. lists, sets and dict for your app) are made native:
Ok, so to try this I copied lists.erl etc. into my own source dir, and
then I compiled it to beams using the native flag.
Is that what you meant?
Because that will be cool for a once-off experiment, but not so cool
in the long run.
Doing that means I'm taking responsibility for doing it every time I
upgrade my Erlang version etc.
Is there a way to do it with less maintenance?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110327/e4b36441/attachment.htm>
More information about the erlang-questions
mailing list