# 谷歌simple语言镜像 **Repository Path**: darkcode/google_simple ## Basic Information - **Project Name**: 谷歌simple语言镜像 - **Description**: 谷歌simple语言code镜像,谷歌code服务器已经关闭,原始地址: code.google.com/p/simple Simple是于2009年7月Google推出的的一款程序设计语言。还是Google的一向风格,其开发平台是开源的。 其推出的主要目的是激励人们去开发基于Android平台下的应用程序。 simple是基于BASIC的编程语言。BASIC诞生于1964年,在20世纪80年代个人计算机市场发展后得以广泛使用。伴随着90年代微软Visual Basic的推出,BASIC语言更加流行。BASIC语言是一个视窗编程语言,对于大多数非专业人员来说是一个好的入门语言。可以很简便地编出一个视窗程序。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://code.google.com/p/simple - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 0 - **Created**: 2018-07-02 - **Last Updated**: 2023-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 谷歌simple语言镜像 #### 项目介绍 谷歌simple语言code镜像,谷歌code服务器已经关闭,原始地址: https://code.google.com/p/simple。 Simple是于2009年7月Google推出的的一款程序设计语言。还是Google的一向风格,其开发平台是开源的。 其推出的主要目的是激励人们去开发基于Android平台下的应用程序。 Simple是基于BASIC的编程语言。BASIC诞生于1964年,在20世纪80年代个人计算机市场发展后得以广泛使用。伴随着90年代微软Visual Basic的推出,BASIC语言更加流行。BASIC语言是一个视窗编程语言,对于大多数非专业人员来说是一个好的入门语言。可以很简便地编出一个视窗程序。 应用:VB4A、E4A。 #### 软件架构 Project Information License: Apache License 2.0 305 stars svn-based source control Simple Compiler And Runtime Update: We fixed a couple more problems with the Windows binary distribution. The download file has been updated. Our apologies! Version 0.1.1 also contains a new component for a location sensor. Programming Made Simple In the 90s, a big company from up north was extremely successful with a dialect of the programming language BASIC (acronym for Beginner's All-purpose Symbolic Instruction Code). One of the reasons it was so successful was that the language was easy to learn and use. Bringing an easy to learn and use language to the mobile world and the Android platform is the goal of the Simple project. Simple is a BASIC dialect for developing Android applications. It is particularly well suited for non-professional programmers (but not limited to). Simple allows programmers to quickly write Android applications by using the components supplied by its runtime system. Similar to its 90s relative, Simple programs are form definitions (which contain components) and code (which contains the program logic). The interaction between the components and the program logic happens through events triggered by the components. The program logic consists of event handlers which contain code reacting to the events. Below you find screenshots from two sample applications written in Simple - EtchSketch and a version of Tetris. The source code for these applications can be found in the samples directory of the source code of the Simple distribution: For more information on writing Simple application see HowToWriteASimpleApplication. Warning: Even though this project is beyond its initial phase it is still a work in progress. You are very likely to run into bugs as well as into situations were needed functionality is simply not implemented. You can either report an issue or, even better, solve the issue yourself and contribute your solution to Simple! Project https://code.google.com/archive/p/simple/downloads #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 谷歌Code镜像 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [http://git.mydoc.io/](http://git.mydoc.io/) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)