[erlang-questions] dialyzer for lisps (Re: If you are homesick for object.selector)

Anthony Ramine n.oxyde@REDACTED
Sun Jan 27 23:01:01 CET 2013


Patching Dialyzer to make it work on Core Erlang should be pretty
straightforward as it does its analysis on Core Erlang code anyway;
it's just that it doesn't currently know how to obtain it from the
BEAM file without first getting the Erlang AST chunk and compiling
it to Core Erlang AST.

-- 
Anthony Ramine

Le 27 janv. 2013 à 22:17, Raoul Duke a écrit :

>> This makes it impossible to use both Erlang's built in debugger and
>> Dialyzer on things compiled to Core Erlang. It could be argued that
>> this isn't a major problem. In Joxa, at least, the lack of those
>> features have been somewhat painful for new folks.
> 
> i would argue it is clearly a giant problem. i don't mean that i'm mad
> at joxa, i'm just saying *any* language that doesn't have a debugger
> is not a real language. but furthermore, anything in the erlang
> ecosystem that can't work with dialyzer is to my mind a bit of a
> non-starter. ¥2.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list