Wikifunctions:Чем не являются Викифункции

From Wikifunctions
This page is a translated version of the page Wikifunctions:What Wikifunctions is not and the translation is 48% complete.

Викифункции — это, как мы бы сказали, новый тип сайта, направленный на создание нового комьюнити. Мы очень надеемся работать сообща с множеством существующих инструментов, сайтов, сообществ и систем: так, мы хотели бы играть на одном поле с интегрированными средами разработки (Integrated Development Environment, IDE), платформами облачных вычислений, сайтами для разработки приложений и многими другими ресурами.

Но мы также стремимся быть чем-то новым и надеемся сформировать новое уникальное пространство: проект Викимедиа, где каждый может совместно создавать и поддерживать библиотеку компьютерных функций для поддержки проектов Фонда Викимедиа и не только, где каждый может вызывать и повторно использовать функции в естественных языках мира и языках программирования.

Итак, без лишних слов, давайте рассмотрим, чем не являются Викифункции.

Викифункции не энциклопедия, посвящённая алгоритмам

This means that we will not concentrate on having pages for famous and not-so famous algorithms such as Euclid's, Newton's, or Dijkstra's algorithm, aiming to represent all existing algorithms faithfully and in their historical context.

Yes, we expect to have a function for the greatest common divisor (GCD) of two integers. And there might be one or more implementations which are based on Euclid's algorithm to calculate the GCD. But Wikifunctions' main goal is not to gather algorithms, and it would not be incomplete if it didn't include some, and used alternatives instead to compute the GCD. If you are looking for that, many Wikipedias are actually great resources.

Unlike an encyclopedic overview of existing algorithms, Wikifunctions will also invite original work. We will not be restricted to functions that have been published elsewhere first, and we do not require for every function and implementation to be based on previously published work. Wikifunctions, much like Wikibooks and very unlike Wikipedia, will be open to novel contributions. The main criteria for implementations will be: under which conditions can we run a given implementation, and what resources is it expected to take?

Викифункции не сайт для разработки приложений

We do not expect to make it possible to create full-fledged, stand-alone apps within Wikifunctions — there will be no place to store state, we don't aim to allow calling external APIs or directly cause changes to other sites, and we don't aim to package up apps with icons and UX, etc.

We absolutely expect Wikifunctions to be a very useful resource for app developers, and can very much imagine apps that are basically wrappers around one or more functions from Wikifunctions, but these would still need code and other assets which wouldn't be part of Wikifunctions. We are not competing in the area of no-code or low-code development sites.

Викифункции не хостинг для программных кодов

Wikifunctions will host code — but not for whole projects, merely for individual functions. There won't be libraries, apps, or services developed on Wikifunctions with bug-trackers, forums, etc. There won't be a Web-based version control system such as Mercurial or Git running against Wikifunctions.

Again, we hope that there will be libraries, apps, and services that will rely on functions available in Wikifunctions, but they would be developed on a different site, such as Gerrit, GitHub, or GitLab.

Викифункции не являются языком программирования и не пытаются популяризировать какой-либо конкретный язык

Wikifunctions will allow for functions to be implemented in a multitude of programming languages. The possibility to compose functions together to create higher level functions may look a little bit like a new programming language, but it will be extremely limited compared to most other programming languages, since we only allow for nested function calls and that's it.

Викифункции не относятся к интегрированным средам разработки (Integrated Development Environment)

We won't provide you with an interface for creating and developing software projects, interfacing with build, testing, and source control systems.

Викифункции не сайт вопросов и ответов

We are not competing with Stack Overflow and similar websites, where a developer would ask how to achieve a certain task and have community members discuss and answer the question. We won't contain code snippets to help answer the question, but we will organize code within our website to enable the evaluation of functions within a library of functions.

Викифункции не платформа облачных вычислений

We do not provide computing resources and access to services and APIs so that you can run your computational needs on our platform, either for money or for free. Use of Wikifunctions's evaluation platform is to improve access to knowledge for everyone.

Викифункции не каталог сниппетов (фрагментов кода)

We are not competing with code snippet sites such as GitHub Gists, rosettacode.org, esolangs.org, or helloworldcollection.de.

Wikifunctions differs in that it allows running code and composing existing functions together to create new ones. As well, Wikifunctions is for useful and meaningful code, not temporary, arbitrary snippets that other platforms may accept.

Викифункции не платформа для обучения программированию

We are not focused on teaching people how to code, the material in Wikifunctions will not be laid out in a pedagogical order, and we also won't make sure to comprehensively cover all topics important for coding. In fact, we aim for Wikifunctions to be usable for people who don't know how to code and who don't need to learn how to code to use most of Wikifunctions effectively. Though the Wikifunctions community may well help each other in sharing best practices, style guides, and tips on how to use the site in different languages, these will be aimed at the purpose of serving the world's knowledge.