adding hp17 style cashflow modelling scafolding#1711
Open
nickapos wants to merge 2 commits into
Open
Conversation
Owner
|
Hi @nickapos, thanks a lot for the PR. I'm curious what AI agent you used for that. It seems to have no clue about DB48x, and has generated "generic" C++ code with no relationship to the DB48x APIs. Even the integration notes miss obvious things like the correct way to integrate RPL commands. There is no |
Author
|
I used perplexity. |
Author
|
Hi @c3d i have tried to do something more useful using claude and it seem to have done a better work. Hopefully these new changes will be of more use. |
|
Why not implement this functionality in rpl (i.s.o. C++)? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is an AI generated collection of files that roughly follow the cashflow modelling implemented in HP 17bii calculator.
I know there are a lot missing and this is not really integrated with db48x at all but hopefully it can act as a rough representation of the idea.
Thanks