-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
41 lines (22 loc) · 882 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
dIngle - VERSION 0.5001
dIngle is a library for developing applications which
are build around a global namespace for function calls.
This programming paradigm has sometimes a bad reputation,
nonetheless you can tackle some problems easier with this approach as with
a totally modularized one.
Use cases for now are:
* Generation of text files for example for templates of a
dynamic website.
* A very simple continuous integration server.
INSTALLION
mkdir dingle ; cd dingle
git clone https://github.com/dingle-develop/clean.git
cd clean
bash check-requirements.sh
bash install.sh
Please read the Manual for information.
perldoc lib/dIngle/Manual.pm
Warning! This software is in a pre-alpha state.
LICENSE
dIngle is licensed under GPL v3.
Copyright by dingle-developers 2018-2023