[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] tamale-1.2 - Erlang-style pattern matching library
- From: "Patrick Mc(avery" <spell_gooder_now@...>
- Date: Sun, 26 Sep 2010 07:19:13 -0400
Hi Scott
I am having some trouble trying to learn more about pattern matching and
when to use it over regular expressions.
Trying this:
"pattern matching" vs "regular expressions"
With Google only seems to lead to discussions about regular expressions.
I am hoping to avoid paying for Erlang and Prolog books.
I hope this is appropriate....maybe I can explain what I am trying to
achieve.
I work with scientific instruments and right now I am trying to build a
disassembler. I am assuming that all of the commands that an instrument
will respond to are encoded in it's firmware. It's my goal to extract
these, that way I(and others) could control instrumentation without
access to it's expensive proprietary software.
Does Tamale for disassembly sound plausible?
Thanks-Patrick