From Clomosy Docs
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
After registering from the mobile application, you can open the application.<br> | After registering from the mobile application, you can open the application.<br> | ||
See the [[Clomosy|Clomosy page]] for more information. | See the [[Clomosy|Clomosy page]] for more information. | ||
== PASCAL == | |||
[[File:Pascall.png|thumb|right]] | |||
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.<br> | |||
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.<br> | |||
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 == | |||
== | == VİSUAL BASİC == | ||
== SQL == | |||
== MSSQL == | |||
Revision as of 08:15, 28 December 2022
CLOMOSY
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.
