Is there a way to program in Leksah without creating a main function/module, to test small functions and programns, for example? Can’t I just creat a new module and use it?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Leksah is designed to get you to structure your whole major project correctly from the start. If you want to use it for a quick editor, recognise that’s not what it’s for, but you can make a workaround:
Make a new workspace and package called Scratch/Scratchpad/Temp, with just one module in it. Use it when you just want to mess around a bit, and clear it out when you’re starting something else.