Among the 15~ million lines of codes in the GCC source code, there is a single CSS line.
Who dares to call CSS bloat now? More like GSS eh.
$ cloc gcc-13.2.0
github.com/AlDanial/cloc v 1.98 T=113.87 s (1029.7 files/s, 143776.9 lines/s)
---------------------------------------------------------------------------------------
Language files blank comment code
---------------------------------------------------------------------------------------
C++ 31144 610803 701522 2961450
C 50773 410175 635758 2033424
PO File 44 332336 443572 916826
Ada 6610 290082 396614 831278
Go 5347 102068 191016 769730
...
Brainf*** 1 3 4 10
Lisp 1 4 12 7
DOS Batch 2 0 0 4
CSS 1 0 0 1
---------------------------------------------------------------------------------------
SUM: 117256 2322548 2988111 11061312
---------------------------------------------------------------------------------------
magnificent
When Elon Musk wants to see your top 10 most salient lines of code.
it’s surely one of the CSS lines of all time
Oh, so css is in there - I’d assumed it would be a false positive.
Brainfuck? Really?
Brainf***
Better questions who or what did the censoring? lemmy, cloc, OP ?
It was OP
Thanks for the info :) +1
idk what cloc is, but i’m guessing your client is the cause, as it reads as ‘brainfuck’ to me, no censoring.
edit: nevermind, i thought you were seeing the above commenter as censored, i hadn’t even seen it in the OP.
deleted by creator
Really.
but why?
Looking at the link that was posted it appears to be a dummy CSS file to test some part of the go standard library that works with html and CSS.
That single line of Lisp is probably
(defmacro generate-compiler (...) ...)
which GCC folks call every time they decide to implement a new compiler 😆