zerothi / fdict

Fortran type-free variable and type-free dictionary
http://zerothi.github.io/fdict
Mozilla Public License 2.0
75 stars 17 forks source link

README.md clarification/enhancement #23

Closed beatastic closed 4 years ago

beatastic commented 4 years ago

First off thank you for this project! It is EXACTLY what I wanted and much better than my homemade attempt.

I have figured out how to use assign/associate from your tests but would have greatly appreciated a small example of each in the README.md for dictionaries the same way you did for variables. I was confused the .key. and .value. operators instead which only work on dictionaries of one element.

And thank you again. Learned a lot studying this.

zerothi commented 4 years ago

Thank you! I will amend the readme file :)

zerothi commented 4 years ago

@beatastic could you please have a look at the updated README? Let me know if there is anything missing! :)

beatastic commented 4 years ago

This looks great. I will have a chance to run the examples this afternoon. I had not yet learned about the use of logical success argument, so that was a good inclusion.

And thank you for the addition of the looping example. I was doing that much more awkwardly with wasted lookups.

Thank you so much. I haven't worked fortran in years and have been doing languages that have dictionaries instead. This is a HUGE relief.

On Tue, Jun 9, 2020 at 2:49 AM Nick R. Papior notifications@github.com wrote:

@beatastic https://github.com/beatastic could you please have a look at the updated README? Let me know if there is anything missing! :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zerothi/fdict/issues/23#issuecomment-641100985, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKLFMIDKMF7ZO47MENYPM3RVXSRTANCNFSM4NYWIK6Q .

zerothi commented 4 years ago

Great :) I'll close then.