Detailed Bio
Nevio Medančić is CEO and the main developer of the ERP system Business Books WinXL at Aura Soft. He graduated from University of Ljubljana, Slovenia, Faculty of Electronics and IT. Nevio's first programming experience was in Assembler and Fortran languages, but his main job now is as an ERP Project Designer. He had a lot of experience with electronics projects, like indoor basketball scoreboard designer, distributed time server, etc.
Nevio's former football career was replaced with extensive outdoor activities in nature. He takes every chance to learn something new, no matter if it's a foreign language, medicine, writing, reading, and making a restaurant of an old mediterranean house.
He's currently working with Vassili Kaplan and Enzo Grubiša on designing, testing, and using the new functional scripting language CSCS_WPF.
Articles Authored
-
Job-Oriented Programming and Pointers in a Scripting Language
Last updated: Wednesday, August 28, 2024
Published in: CODE Magazine: 2024 - September/October
This article explores the use of job-oriented programming and pointers within the CSCS (Customized Scripting in C#) scripting language. The authors demonstrate how CSCS, a lightweight and open-source language similar to JavaScript but with case-insensitive variables and function names, facilitates the development of large applications through the use of standalone micro-modules. By leveraging the `Chain` and `Param` commands, developers can easily manage inter-script communication and execution. The article also delves into the implementation of pointers in CSCS, enhancing the scripting language's versatility. The authors provide practical examples, including setting up a CSCS environment, chaining scripts, and downloading resources dynamically from the internet, showcasing the potential for modular and flexible application development.