From Clomosy Docs

CLOMOSY

Clomosy Logo

Clomosy is a platform where businesses can develop applications in line with their own needs. It is a cloud-based mobile application development system where you can develop user-friendly, developable, editable and custom mobile applications suitable for different platforms.It is platform independent (Android, Ios, Windows). The user can use his data wherever he wants.
There is no sql or program dependency. User data is in the Cloud. Users can use their projects by choosing the platform they want (Mobile device or Computer). Application owners can use their data in any other application of their choice. They can delete or add users as they wish.
In Clomosy's web interface, the application is mastered without much coding. They can make the changes they want, in line with their wishes, without the need of anyone.
The information you create for mobile applications that you can easily create is safe with the cloud and your designs will always be with you. You can develop unique applications in the field you want, whether it is business or personal. After registering from the mobile application, you can open the application.

See the Clomosy page for more information.

PASCAL

Pascal is an imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring.
On top of ALGOL's scalars and arrays, Pascal enabled defining complex datatypes and building dynamic and recursive data structures such as lists, trees and graphs. Pascal has strong typing on all objects, which means that one type of data cannot be converted to or interpreted as another without explicit conversions. Unlike C (and most languages in the C-family), Pascal allows nested procedure definitions to any level of depth, and also allows most kinds of definitions and declarations inside subroutines (procedures and functions). A program is thus syntactically similar to a single procedure or function. This is similar to the block structure of ALGOL 60, but restricted from arbitrary block statements to just procedures and functions.
Pascal was influenced by ALGOL W efforts, which had the clear goal of producing a language that would be efficient both at the compiler and at runtime, would allow the development of well-structured programs, and be useful for teaching structured programming to developers.


DELPHI

Delphi is both an object oriented programming language (OOP) and an Integrated Development Environment (IDE). Published by the Embarcadero company (formerly CodeGear and more formerly Borland), Delphi is an alternative to language such as Visual Basic offering development with both rapidity and good quality.

It originated from the Pascal language, which then became Object Pascal (pascal with objects support). Delphi is based on the Object Pascal language. The IDE runs on Windows, but the compiler targets Windows, macOS, iOS, Android, and Linux. Third party add-ins provide the ability compile to JavaScript for web development.

Delphi includes the RunTime Library (RTL) that provides basic functionality across all the platforms. For Windows it provides the Visual Component Library (VCL), and for cross platform development it includes FireMonkey (FMX).

VİSUAL BASİC

Visual Basic (VB) is an event-driven programming language and environment from Microsoft that provides a graphical user interface (GUI) which allows programmers to modify code by simply dragging and dropping objects and defining their behavior and appearance. VB is derived from the BASIC programming language and is considered to be event-driven and object-oriented.
VB is intended to be easy to learn and fast to write code with; as a result, it is sometimes called a rapid application development (RAD) system and is used to prototype an application that will later be written in a more difficult but efficient language.
VB is a GUI-based development tool that offers a faster RAD than most other programming languages. VB also features syntax that is more straightforward than other languages, a visual environment that is easy to understand and high database connectivity.
Visual Basic was designed to be a complete programming language that contained ordinary features, such as string processing and computation. The visual environment is characterized by a drag-and-drop feature which allows programmers to build a user interface that is easy to use, even for developers with minimum experience.

SQL

MSSQL