[Chicago-talk] Decision tree code

Richard Reina gatorreina at gmail.com
Sat Feb 6 08:02:39 PST 2021


Thank you Joel. I will check it out.


El sáb, 6 feb 2021 a las 9:24, J L (<joel.limardo at forwardphase.com>)
escribió:

> There is a system written in Lisp called Tmycin (
> https://www.cs.utexas.edu/users/novak/tmycin.html) that does something
> similar to what you seem to be describing. There should also be a Lisp
> interpreter in CPAN (for example
> https://metacpan.org/pod/Language::LispPerl).
>
> All this should be a good starting point even if you decide that it does
> not meet your needs. This type of exploration helps you to be able to
> tighten up your real requirements and spend less time on areas that would
> be nice to have but will not contribute to solving your 'at hand' issue. It
> should become a habit.
>
> On Sat, Feb 6, 2021, 8:53 AM Richard Reina <gatorreina at gmail.com> wrote:
>
>> I am trying to write code that would guide a user through a series of
>> questions and depending on their answers given ask them different
>> questions. I can of course do this with procedural code but it has occured
>> to me that it might begin to get messy especially when exceptions mount.
>> For example, if the answer to the third question is no, then skip to
>> question 8. So I am looking for a way to structure such code to make it
>> cleaner and perhaps easier to maintain, Does anyone know of any examples of
>> similar projects that I can reference?
>>
>> Thanks,
>>
>> Richard
>> _______________________________________________
>> Chicago-talk mailing list
>> Chicago-talk at pm.org
>> https://mail.pm.org/mailman/listinfo/chicago-talk
>>
> _______________________________________________
> Chicago-talk mailing list
> Chicago-talk at pm.org
> https://mail.pm.org/mailman/listinfo/chicago-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/chicago-talk/attachments/20210206/972edbde/attachment.html>


More information about the Chicago-talk mailing list