Jump to content

Maze generation: Difference between revisions

Added Fōrmulæ
(Added emacs lisp example)
(Added Fōrmulæ)
Line 3,226:
| | |
+-+-+-+-+-+-+-+-+-+-+</pre>
 
=={{header|Fōrmulæ}}==
 
In [https://wiki.formulae.org/Maze_generation this] page you can see the solution of this task.
 
Fōrmulæ programs are not textual, visualization/edition of programs is done showing/manipulating structures but not text ([http://wiki.formulae.org/Editing_F%C5%8Drmul%C3%A6_expressions more info]). Moreover, there can be multiple visual representations of the same program. Even though it is possible to have textual representation &mdash;i.e. XML, JSON&mdash; they are intended for transportation effects more than visualization and edition.
 
The option to show Fōrmulæ programs and their results is showing images. Unfortunately images cannot be uploaded in Rosetta Code.
 
=={{header|FreeBASIC}}==
<lang freebasic>' version 04-12-2016
2,120

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.