DJMcMayhem / V

A golfing language inspired by everybody's favorite text editor, vim.
77 stars 9 forks source link

add ability to nest levels of ò and ñ #24

Open tuftman-0 opened 6 years ago

tuftman-0 commented 6 years ago

Hi, I'd really like to be able to make nested loops in V. Would it be possible to add this functionality sometime? so like ò{big loop ò{ loop for each big loop ò} still big loop ò} maybe add a "close loop" character for ò and ñ.

DJMcMayhem commented 6 years ago

Hmm. I like this idea in concept. It's actually something I've given quite a bit of thought to before. But there are some issues that would need to be figured out first.

tuftman-0 commented 6 years ago

ok, let me know if you'd like me to try to help with something. I don't really know vimscript, but I know python pretty well.