-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More examples #12
Comments
The goal I have in mind for the files in the |
I'd be happy to write some examples when I get the hang of Ketos a bit more. I find examples are one of the best ways of learning, since trawling through docs can get a bit tiresome, especially with all the features Ketos has. |
I'd love to be able to use Ketos but I'm kind of lost right now. More examples would be appreciated. |
@cheezgi, what issues are you having trying to use Ketos? |
@murarth Mostly issues involving exposing my own |
@cheezgi The You can create a Ketos If there's something specific that's tripping you up, I could help better if I saw a code snippet of what you're trying to do. |
@murarth I decided to expose a more opaque API instead, now I have some functions bound to call methods of a struct internally maintaining |
Maybe add Ketos examples to a new directory |
I don't know what kind of example you want in the
examples
directory, but here are a few simple programs:Tower of Hanoi
FizzBuzz
Extensible FizzBuzz
The text was updated successfully, but these errors were encountered: